summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xch3
1 files changed, 3 insertions, 0 deletions
diff --git a/ch b/ch
index 5334b43..cc760c5 100755
--- a/ch
+++ b/ch
@@ -153,6 +153,9 @@ case $command in
chbuild "$arg"
done
;;
+ build-single)
+ chbuild "$@"
+ ;;
update)
if [[ $# = 0 ]]; then
for chrootdir in "$CHROOTS/"*/; do