missed closing bracket when substituting kargs for serial.
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Thu, 21 Feb 2008 20:36:31 +0000 (20:36 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Thu, 21 Feb 2008 20:36:31 +0000 (20:36 +0000)
build.sh

index b5d6fb2..763f0be 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -434,7 +434,7 @@ function build_usb()
     # write kargs.txt with additional args that should be executed by kexec to production mode
     tmp="${BUILDTMP}/kargs.txt"
     cat >$tmp <<EOF
-${serial:+console=${console_dev},${console_baud}${console_parity}${console_bits}
+${serial:+console=${console_dev},${console_baud}${console_parity}${console_bits}}
 EOF
     mcopy -i "$usb" "$tmp" ::/kargs.txt
     rm -f "$tmp"