diff options
author | Daniel Baumann <daniel@debian.org> | 2011-01-01 17:54:26 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:32 +0100 |
commit | bb3bcbf7841fcefb382dfff3e958880ea799cbb0 (patch) | |
tree | 49c9c98ee2e8925c9356e38f07815ec094167d77 /functions/common.sh | |
parent | 383519bff306569c09dfb08b40434a9dea4bc7e1 (diff) | |
download | vyos-live-build-bb3bcbf7841fcefb382dfff3e958880ea799cbb0.tar.gz vyos-live-build-bb3bcbf7841fcefb382dfff3e958880ea799cbb0.zip |
Correcting outdated program variable.
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 b4538dd25..f1326d4b8 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -8,7 +8,7 @@ ## under certain conditions; see COPYING for details. -PACKAGE="live-build" +PROGRAM="live-build" VERSION="2.0.11-1" CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')" |