[SCM] debian-live/live-helper branch, master, updated. 1.0_a35-1-23-gc8f66eb

Daniel Baumann daniel at debian.org
Tue Nov 13 08:00:39 UTC 2007


The branch, master has been updated
       via  c8f66ebe90b5c3f6412df288e961305dd69691e2 (commit)
      from  9ad970aca24720f1fe7262c4b9d64e010d3bb2e7 (commit)


- Shortlog ------------------------------------------------------------
c8f66eb Fixed a few bashisms, thanks to Trent W. Buck <trentbuck at gmail.com>.

Summary of changes:
 functions/breakpoints.sh  |    2 +-
 functions/help.sh         |    2 +-
 helpers/lh_binary_usb-hdd |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit c8f66ebe90b5c3f6412df288e961305dd69691e2
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Nov 13 09:00:16 2007 +0100

    Fixed a few bashisms, thanks to Trent W. Buck <trentbuck at gmail.com>.

diff --git a/functions/breakpoints.sh b/functions/breakpoints.sh
index 09b41e8..bf59d7c 100755
--- a/functions/breakpoints.sh
+++ b/functions/breakpoints.sh
@@ -14,6 +14,6 @@ Breakpoint ()
 	if [ "${LH_BREAKPOINTS}" = "enabled" ]
 	then
 		Echo_message "Waiting at ${NAME}"
-		read
+		read WAIT
 	fi
 }
diff --git a/functions/help.sh b/functions/help.sh
index 0748ab2..11ee890 100755
--- a/functions/help.sh
+++ b/functions/help.sh
@@ -18,7 +18,7 @@ Help ()
 
 	if [ -n "${USAGE}" ]
 	then
-		echo -e "${USAGE}"
+		/bin/echo -e "${USAGE}"
 		echo
 	fi
 
diff --git a/helpers/lh_binary_usb-hdd b/helpers/lh_binary_usb-hdd
index ac5d5a5..9ac66b8 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

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list