diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/instool | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/instool b/src/instool index addfc41..4b4db66 100755 --- a/src/instool +++ b/src/instool @@ -93,6 +93,9 @@ type_mo() { } +if [ $# = 0 ]; then + exit +fi dirs_"$TYPE" "$@" for f in "$@"; do type_"$TYPE" "$f" |