diff options
Diffstat (limited to 'functions/arguments.sh')
-rwxr-xr-x | functions/arguments.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/arguments.sh b/functions/arguments.sh index d24590394..2e6c2b883 100755 --- a/functions/arguments.sh +++ b/functions/arguments.sh @@ -64,8 +64,8 @@ Arguments () ;; -v|--version) - Version - shift + echo "${VERSION}" + exit 0 ;; --) |