Ignored *.tmp (temporary) files
[jprojects-scripts.git] / push-stick.sh
index 4b2938b0aff01eb69a76e379faa3536b5f24311f..f3e72c19336725eeef22ac917a0b8003992406b6 100755 (executable)
@@ -2,14 +2,14 @@
 
 . ./.jprojects.sh || exit 255
 
-TARGETS="d t u"
+TARGETS="d t u"
 
 if [ "$1" = "a" ]
 then
        cd "${JPROJECTS_HOME}"
        for TARGET in ${TARGETS}; do
                echo "$0: Pushing for target '${TARGET}' ..."
-               $0 "${TARGET}" "1"
+               $0 "${TARGET}" "$2"
        done
 
        echo "$0: Pushed to all targets."