lkml.org 
[lkml]   [2012]   [Dec]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2 1/2] scripts/tags.sh: Support subarch for ARM
On Tue, Dec 04, 2012 at 03:04:32AM +0900, Joonsoo Kim wrote:
> +elif [ "${SRCARCH}" = "arm" -a "${SUBARCH}" != "" ]; then
> + subarchdir=$(find ${tree}arch/$SRCARCH/ -name mach-* -type d -o \
> + -name plat-* -type d);

Please quote the patterns, otherwise the shell will expand them if you
have a file named mach-* or plat-* in the top-level directory.


\
 
 \ /
  Last update: 2012-12-09 19:01    [W:0.051 / U:0.784 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site