diff options
Diffstat (limited to 'functions/common.sh')
-rwxr-xr-x | functions/common.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functions/common.sh b/functions/common.sh index 3cd570731..4205ee477 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -8,6 +8,7 @@ # under certain conditions; see COPYING for details. PROGRAM="$(basename ${0})" +PACKAGE="live-helper" VERSION="1.0.1" PATH="${PWD}/scripts:${PATH}" |