summaryrefslogtreecommitdiff
path: root/builddebs
diff options
context:
space:
mode:
Diffstat (limited to 'builddebs')
-rwxr-xr-xbuilddebs4
1 files changed, 2 insertions, 2 deletions
diff --git a/builddebs b/builddebs
index 59f2474..8f34dee 100755
--- a/builddebs
+++ b/builddebs
@@ -20,7 +20,7 @@ echo
if [ "$PUSH" == "y" ]; then dput *.changes; fi
echo
-echo -n "Clean repo? (Y/n) "
+echo -n "Clean repo? (y/N) "
read -n 1 CLEAN
echo
-if [ "$CLEAN" != "n" ]; then git clean; fi
+if [ "$CLEAN" == "y" ]; then git clean; fi