diff options
Diffstat (limited to 'functions/common.sh')
-rwxr-xr-x | functions/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/common.sh b/functions/common.sh index e3ec382a7..a01de6a2e 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -9,5 +9,5 @@ set -e -PROGRAM="`basename ${0}`" +PROGRAM="$(basename ${0})" VERSION="1.0~a30" |