[SCM] debian-live/live-initramfs branch, master, updated. 1.99.2-1-31-g2607a34

Daniel Baumann daniel at debian.org
Thu Sep 27 04:52:54 UTC 2007


The branch, master has been updated
       via  2607a34924d4108313d1f8662596dc3c00f87193 (commit)
      from  c4ab335464de1f0063f8eb0097945812063a2567 (commit)


- Shortlog ------------------------------------------------------------
2607a34 Fixing bashism.

Summary of changes:
 scripts/live |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 2607a34924d4108313d1f8662596dc3c00f87193
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Sep 27 06:52:52 2007 +0200

    Fixing bashism.

diff --git a/scripts/live b/scripts/live
index 76adec0..7a82f60 100755
--- a/scripts/live
+++ b/scripts/live
@@ -639,7 +639,7 @@ do_httpmount ()
 			mkdir -p "${mountpoint}/${LIVE_MEDIA_PATH}"
 			wget "${FETCH}" -O "${mountpoint}/${LIVE_MEDIA_PATH}/$(basename ${FETCH})"
 			[ ${?} -eq 0 ] && rc=0
-			[ "${extension}" == "tgz" ] && live_dest="ram"
+			[ "${extension}" = "tgz" ] && live_dest="ram"
 			;;
 
 		*)

-- 
debian-live/live-initramfs



More information about the debian-live-changes mailing list