[SCM] live-initramfs branch, master, updated. 1.157.4-1-29-g3ec4893

Marco Amadori amadorim at vdavda.com
Mon Nov 30 12:56:24 UTC 2009


The following commit has been merged in the master branch:
commit 3ec48930dd732fcd9fbd36dae433a2a9fd77d3fb
Author: Marco Amadori <amadorim at vdavda.com>
Date:   Thu Nov 26 09:51:42 2009 +0100

    cpio snapshots: eval commands fix.

diff --git a/bin/live-snapshot b/bin/live-snapshot
index 18b067b..55673bb 100755
--- a/bin/live-snapshot
+++ b/bin/live-snapshot
@@ -443,10 +443,10 @@ Do_snapshot ()
 					grep -F -v -f "${EXCLUDE_LIST}" | \
 					tr '\n' '\0' | \
 					tr '\1' '\n' | \
-					$COPY_CMD || exit 1
+					eval $COPY_CMD || exit 1
 			else
 				cat "${TMP_FILELIST}" | \
-					$COPY_CMD || exit 1
+					eval $COPY_CMD || exit 1
 			fi
 			cd "${OLDPWD}"
 			;;

-- 
live-initramfs



More information about the debian-live-changes mailing list