diff options
author | Daniel Baumann <daniel@debian.org> | 2008-11-02 17:20:24 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:44 +0100 |
commit | 2b5f0a7a071fbc50d82246194bce2ab118f114a0 (patch) | |
tree | a93489fcec7be0c536a85b8ae5239af7d2cf7dcb /functions/common.sh | |
parent | d0276d0b16eab1827c81e462ad28a48318b227fc (diff) | |
download | vyos-live-build-2b5f0a7a071fbc50d82246194bce2ab118f114a0.tar.gz vyos-live-build-2b5f0a7a071fbc50d82246194bce2ab118f114a0.zip |
Using package variable to refere internally to live-helper.
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}" |