diff options
Diffstat (limited to 'ch')
-rwxr-xr-x | ch | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -153,6 +153,9 @@ case $command in chbuild "$arg" done ;; + build-single) + chbuild "$@" + ;; update) if [[ $# = 0 ]]; then for chrootdir in "$CHROOTS/"*/; do |