summaryrefslogtreecommitdiff
path: root/functions/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/common.sh')
-rwxr-xr-xfunctions/common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/common.sh b/functions/common.sh
index e3ec382..a01de6a 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"