diff options
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/arguments.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/arguments.sh b/functions/arguments.sh index a5ee8dd..f121db3 100755 --- a/functions/arguments.sh +++ b/functions/arguments.sh @@ -75,7 +75,7 @@ Arguments () ;; *) - Echo_error "internal error" + Echo_error "internal error ${0}" exit 1 ;; esac |