diff options
Diffstat (limited to 'etc/functions/extr')
-rwxr-xr-x | etc/functions/extr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/functions/extr b/etc/functions/extr index 4e386d5..4f0100d 100755 --- a/etc/functions/extr +++ b/etc/functions/extr @@ -26,6 +26,6 @@ if [[ -f $1 ]] { *) echo "Unknown archive type: $1"; return 2 ;; esac } else { - echo "Nu soch file: $1" - exit 1 + echo "No such file: $1" + return 1 } |