X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=MAKEALL;h=c54c6e8cf95eb3bbba05fa0881d4454347309550;hb=51fd9a7e01bd9ee5e09341131e157397c05b8a14;hp=db11f134b8b517b98499d7ebf2f7289f7fd35312;hpb=73bb4c72407aca3c2f461708bb872a23f2b1bf5a;p=platform%2Fkernel%2Fu-boot.git diff --git a/MAKEALL b/MAKEALL index db11f13..c54c6e8 100755 --- a/MAKEALL +++ b/MAKEALL @@ -56,7 +56,7 @@ LONG_OPTS="arch:,cpu:,vendor:,soc:" # Option processing based on util-linux-2.13/getopt-parse.bash -# Note that we use `"$@"' to let each command-line parameter expand to a +# Note that we use `"$@"' to let each command-line parameter expand to a # separate word. The quotes around `$@' are essential! # We need TEMP as the `eval set --' would nuke the return value of # getopt.