diff options
Diffstat (limited to 'toru')
-rwxr-xr-x | toru | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -297,8 +297,7 @@ while getopts 'haqfpum' arg; do f) force=true ;; u) commands+=(update);; p) shift $(( OPTIND - 1 )) - where_is "$1" - exit $?;; + where_is "$1" || exit 1;; m) commands+=(missing);; esac |