diff options
author | John Wiegley <johnw@newartisans.com> | 2008-07-19 21:00:46 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-07-19 21:00:46 -0400 |
commit | 931e5aa12dd3cbab5590b6fcb7a251c77d435af0 (patch) | |
tree | bb2a2e31f465dcdb0a4e330a5ad0ea649bfcfda8 /acprep | |
parent | ac63dcfc06d980a30e38d803af349ad4f5ced6ee (diff) | |
download | fork-ledger-931e5aa12dd3cbab5590b6fcb7a251c77d435af0.tar.gz fork-ledger-931e5aa12dd3cbab5590b6fcb7a251c77d435af0.tar.bz2 fork-ledger-931e5aa12dd3cbab5590b6fcb7a251c77d435af0.zip |
Don't remove pre-existing build directories when running acprep
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |