Don't remove pre-existing build directories when running acprep

This commit is contained in:
John Wiegley 2008-07-19 21:00:46 -04:00
parent ac63dcfc06
commit 931e5aa12d

1
acprep
View file

@ -131,7 +131,6 @@ if [ "$LOCAL" = "false" -a -d "$HOME/Products" ]; then
version="-$(./version)"
fi
projdir="$HOME/Products/$(basename $HERE)"
rm -fr ${projdir}*
projdir="$projdir$version"
if [ ! -d "$projdir" ]; then
mkdir -p "$projdir"