[SCM] debian-live/live-helper branch, master, updated. 1.0_a36-1-16-g92ae98e

Daniel Baumann daniel at debian.org
Wed Nov 14 09:03:15 UTC 2007


The branch, master has been updated
       via  92ae98e621f9d0801157574d79c369eb2e2da582 (commit)
      from  94c3ca731ab2b621d2ad5826d3acf67d6325ae06 (commit)


- Shortlog ------------------------------------------------------------
92ae98e Fixing typing error.

Summary of changes:
 functions/losetup.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 92ae98e621f9d0801157574d79c369eb2e2da582
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Nov 14 10:02:56 2007 +0100

    Fixing typing error.

diff --git a/functions/losetup.sh b/functions/losetup.sh
index 4ca1d5f..b2a4f06 100755
--- a/functions/losetup.sh
+++ b/functions/losetup.sh
@@ -16,7 +16,7 @@ Losetup ()
 	PARTITION="${3:=1}"
 
 	${LH_ROOT_COMMAND} ${LH_LOSETUP} "${DEVICE}" "${FILE}"
-	FDISK_OUT="$(LH_FDISK -l -u ${DEVICE} 2>&1)"
+	FDISK_OUT="$(${LH_FDISK} -l -u ${DEVICE} 2>&1)"
 	${LH_ROOT_COMMAND} ${LH_LOSETUP} -d "${DEVICE}"
 
 	LOOPDEVICE="$(echo ${DEVICE}p${PARTITION})"

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list