=== modified file 'bin/snap.push' --- bin/snap.push 2014-02-21 13:28:48 +0000 +++ bin/snap.push 2014-02-20 23:36:38 +0000 @@ -31,11 +31,8 @@ usage fi -SNAP_SRCS=${SNAP_SRCS%%/} -SNAP_DST=${SNAP_DST%%/} - export SNAP_DST -snap.missing "$SNAP_SRCS/" "${SNAP_DST%.push}/" | while read ts; do +snap.missing "$SNAP_SRCS" "$SNAP_DST" | while read ts; do snap.push.single -S "$SNAP_SRCS/$ts" - "$@" done