diff options
author | Daniel Baumann <daniel@debian.org> | 2007-11-13 09:00:16 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-11-13 09:00:16 +0100 |
commit | c8f66ebe90b5c3f6412df288e961305dd69691e2 (patch) | |
tree | 39642320dc7066103f17d66f4656274e37ad9dd0 /helpers | |
parent | 9ad970aca24720f1fe7262c4b9d64e010d3bb2e7 (diff) | |
download | vyos-live-build-c8f66ebe90b5c3f6412df288e961305dd69691e2.tar.gz vyos-live-build-c8f66ebe90b5c3f6412df288e961305dd69691e2.zip |
Fixed a few bashisms, thanks to Trent W. Buck <trentbuck@gmail.com>.
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_binary_usb-hdd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_usb-hdd b/helpers/lh_binary_usb-hdd index ac5d5a52f..9ac66b883 100755 --- a/helpers/lh_binary_usb-hdd +++ b/helpers/lh_binary_usb-hdd @@ -157,7 +157,7 @@ EOF usbdev="$(echo $rootpartition | sed -e 's/,[[:digit:]]//')" echo "Root partition is $rootpartition, device is: $usbdev" - echo "WAITING..." && read + echo "WAITING..." && read WAIT #cat > chroot/grub.sh << EOF #grub --batch << EOM |