X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=bin%2Flive-snapshot;h=55673bbb5ef2f5ab3a7512064e0f6d7b8e4d2940;hb=59835af41a8fc018b4a35c03f7d062b437d62f8a;hp=18b067bda71924b5b3abea8501b7e5d45c189397;hpb=10975169944306244bf227198c181bd8feb7a4b4;p=live-boot-grml.git 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}" ;;