diff options
author | jrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu> | 2010-12-21 01:01:28 -0800 |
---|---|---|
committer | jrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu> | 2010-12-21 01:01:28 -0800 |
commit | 8f342b641236d9c15530664c00889d00635b61f6 (patch) | |
tree | c96023adb99e80624dc31cf41c07f6376d637ef8 | |
parent | 599d8ef054d361982a48216063b04038fe2bcb7a (diff) | |
parent | db57ebeeccaacf08c62dc7c12455138608b247b9 (diff) | |
download | piny-code-8f342b641236d9c15530664c00889d00635b61f6.tar.gz piny-code-8f342b641236d9c15530664c00889d00635b61f6.zip |
Merge branch 'master' of piny.be:/srv/git/piny-code
-rwxr-xr-x | builddebs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ set -e set -o pipefail if ls *.changes > /dev/null 2> /dev/null; then + echo echo ".changes files already exist!" echo -n "Clean repo before building? (y/N) " read -n 1 PRECLEAN |