bug 792201 - move pushed snippets to a different directory, for realz. r=bhearsum

git-svn-id: svn://10.0.0.236/trunk@264227 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
asasaki%mozilla.com 2012-09-20 16:48:05 +00:00
parent be20ce068d
commit 6e10eda322

View File

@ -57,6 +57,6 @@ if [[ $UPDATE_PHX -eq 1 ]]; then
echo "---------------------------------------------------------------------------" echo "---------------------------------------------------------------------------"
fi fi
mv $1 $PUSHED_DIR/ mv $STAGING_DIR/$1 $PUSHED_DIR/
exit 0 exit 0