Author: ward
Date: 2008-10-10 23:43:25 +0200 (Fri, 10 Oct 2008)
New Revision: 249
Modified:
buildrom-devel/bin/construct-rom.sh
Log:
Remove unnecessary bash-ism.
This is a trivial patch.
Signed-off-by: Ward Vandewege <[EMAIL PROTECTED]>
Acked-by: Ward Vandewege <[EMAIL PROTECTED]>
Modified: buildrom-devel/bin/construct-rom.sh
===================================================================
--- buildrom-devel/bin/construct-rom.sh 2008-10-10 21:38:45 UTC (rev 248)
+++ buildrom-devel/bin/construct-rom.sh 2008-10-10 21:43:25 UTC (rev 249)
@@ -3,7 +3,7 @@
DOPAD=0
-if [ "$1" == "-p" ]; then
+if [ "$1" = "-p" ]; then
DOPAD=1
shift
fi
--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot