Don't remove pre-existing build directories when running acprep
This commit is contained in:
parent
ac63dcfc06
commit
931e5aa12d
1 changed files with 0 additions and 1 deletions
1
acprep
1
acprep
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue