X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=bin%2Flive-snapshot;fp=bin%2Flive-snapshot;h=55673bbb5ef2f5ab3a7512064e0f6d7b8e4d2940;hb=fc6b00203e75e21b101b8298681d3f6f7cfe3759;hp=18b067bda71924b5b3abea8501b7e5d45c189397;hpb=77d2a350cab73c2764cf7f226c8f635ac4138fd4;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}" ;;