SVN: toys/tools/cleanbuild/cleanbuild
sparky
sparky at pld-linux.org
Sat Feb 27 21:23:19 CET 2010
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"
;;
-~*)
More information about the pld-cvs-commit
mailing list