- be more strict about the spelling of --clean
authorMichael Schroeder <mls@suse.de>
Fri, 10 Aug 2012 17:31:50 +0000 (19:31 +0200)
committerMichael Schroeder <mls@suse.de>
Fri, 10 Aug 2012 17:31:50 +0000 (19:31 +0200)
build

diff --git a/build b/build
index f0dac93..67368e1 100755 (executable)
--- a/build
+++ b/build
@@ -841,7 +841,7 @@ while test -n "$1"; do
       *-no*checks)
        DO_CHECKS=false
       ;;
-      *-clean)
+      -clean|--clean)
        CLEAN_BUILD='--clean'
       ;;
       *-kill)