Skip to content

Commit

Permalink
cpio snapshots: eval commands fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Amadori authored and daniel-baumann committed Jan 31, 2010
1 parent 8b887bf commit fa850b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/live-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
;;
Expand Down

0 comments on commit fa850b9

Please sign in to comment.