index : asp32 | |
Archlinux32 fork of asp - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <dreisner@archlinux.org> | 2014-07-31 21:07:41 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2014-07-31 21:07:41 -0400 |
commit | 60fe3079670b07187d6db2b7d952500c24b19db0 (patch) | |
tree | 90947c2ce7d5966f42f5562f747cc9b53ab18900 /asp.in | |
parent | 92df942545fb2536b42b7c63f45d3293db326754 (diff) |
-rw-r--r-- | asp.in | 3 |
@@ -264,6 +264,9 @@ case $action in usage exit 0 ;; + checkout) + map package_checkout "$@" + ;; '') log_fatal 'no action specified (use -h for help)' ;; |