summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-01-01 17:54:26 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:32 +0100
commitbb3bcbf7841fcefb382dfff3e958880ea799cbb0 (patch)
tree49c9c98ee2e8925c9356e38f07815ec094167d77
parent383519bff306569c09dfb08b40434a9dea4bc7e1 (diff)
downloadlive-build-bb3bcbf7841fcefb382dfff3e958880ea799cbb0.zip
live-build-bb3bcbf7841fcefb382dfff3e958880ea799cbb0.tar.gz
Correcting outdated program variable.
-rwxr-xr-xfunctions/common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/common.sh b/functions/common.sh
index b4538dd..f1326d4 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 }')"