summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu>2010-12-21 01:01:28 -0800
committerjrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu>2010-12-21 01:01:28 -0800
commit8f342b641236d9c15530664c00889d00635b61f6 (patch)
treec96023adb99e80624dc31cf41c07f6376d637ef8
parent599d8ef054d361982a48216063b04038fe2bcb7a (diff)
parentdb57ebeeccaacf08c62dc7c12455138608b247b9 (diff)
downloadpiny-code-8f342b641236d9c15530664c00889d00635b61f6.tar.gz
piny-code-8f342b641236d9c15530664c00889d00635b61f6.zip
Merge branch 'master' of piny.be:/srv/git/piny-code
-rwxr-xr-xbuilddebs1
1 files changed, 1 insertions, 0 deletions
diff --git a/builddebs b/builddebs
index 25b6147..c75c43d 100755
--- a/builddebs
+++ b/builddebs
@@ -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