diff options
Diffstat (limited to 'manpages/bin/update-version.sh')
-rwxr-xr-x | manpages/bin/update-version.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/manpages/bin/update-version.sh b/manpages/bin/update-version.sh index f1d9ee4c9..2c51d834a 100755 --- a/manpages/bin/update-version.sh +++ b/manpages/bin/update-version.sh @@ -2,11 +2,9 @@ set -e -. ../functions/common.sh - DATE="$(LC_ALL=C date +%Y\\\\-%m\\\\-%d)" PROGRAM="LIVE\\\-HELPER" -VERSION="${CONFIG_VERSION}" +VERSION="$(cat ../VERSION)" echo "Updating version headers..." |