Author: sparky
Date: Sat Feb 27 21:23:18 2010
New Revision: 11207

Modified:
   toys/tools/cleanbuild/cleanbuild
Log:
- limit alternative directories to a-e


Modified: toys/tools/cleanbuild/cleanbuild
==============================================================================
--- toys/tools/cleanbuild/cleanbuild    (original)
+++ toys/tools/cleanbuild/cleanbuild    Sat Feb 27 21:23:18 2010
@@ -32,7 +32,7 @@
        echo " --cleanafter | -ca  - clean after build"
        echo " --force | -f        - force umount tmpfs"
        echo " --debug             - enable debug"
-       echo " -a, -b, -c, -d      - select chroot directory"
+       echo " -a, -b, -c, -d, -e  - select alternative chroot directory"
        exit 1
 }
 
@@ -116,7 +116,7 @@
                --force | -f)
                        FORCE=true
                        ;;
-               -[a-z])
+               -[a-e])
                        SUFFIX="$OPT"
                        ;;
                -~*)
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to