[SCM] debian-live/live-initramfs branch, master, updated. 1.110.5-1-3-g6fe4f63

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


The branch, master has been updated
       via  6fe4f6302e145ef060982802a78fd861251d9e83 (commit)
      from  5d2d9aa75ccd2be46b9a176c12046949f2653319 (commit)


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

Summary of changes:
 bin/live-snapshot |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
Details of changes:

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

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

diff --git a/bin/live-snapshot b/bin/live-snapshot
index a6b4154..3d0183d 100755
--- a/bin/live-snapshot
+++ b/bin/live-snapshot
@@ -83,7 +83,7 @@ Usage ()
 
 	if [ ! -z "${MESSAGE}" ]
 	then
-		echo -e "${MESSAGE}"
+		/bin/echo -e "${MESSAGE}"
 		exit 1
 	else
 		exit 0
@@ -99,9 +99,9 @@ Help ()
 	echo "  -c, --cow: specifies the copy on write directory (default: /live/cow)."
 	echo "  -d, --device: specifies the output snapshot device (default: none)."
 	echo "  -o, --output: specifies the output image file (default: ${type} dependent)."
-    echo "  -r, --resync-string: internally used to resync previous made snapshots."
+	echo "  -r, --resync-string: internally used to resync previous made snapshots."
 	echo "  -t, --type: specifies the snapshot type between \"squashfs\", \"ext2\", \"ext3\" or \"cpio\".gz archive (default: cpio)"
-    echo -e "\nLook at live-snapshot(1) man page for more information."
+	/bin/echo -e "\nLook at live-snapshot(1) man page for more information."
 
 	exit 0
 }

-- 
debian-live/live-initramfs



More information about the debian-live-changes mailing list