Making sure that versions are backed up when running tests.

master
Jordan Harband 2014-08-20 00:37:38 -07:00
parent 0a695c5d2a
commit 65c2435418
1 changed files with 3 additions and 0 deletions

View File

@ -9,5 +9,8 @@
for SRC in v* src alias; do
[ -e "$SRC" ] && mv "$SRC" bak
done
if [ -d versions ]; then
mv versions bak
fi
true
)