diff options
Diffstat (limited to 'asp.in')
-rw-r--r-- | asp.in | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -264,6 +264,9 @@ case $action in usage exit 0 ;; + checkout) + map package_checkout "$@" + ;; '') log_fatal 'no action specified (use -h for help)' ;; |