diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-25 07:26:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-25 07:26:22 +0000 |
commit | 4757588caf65318c44745b44eee04cf49415fec8 (patch) | |
tree | e3f199a5e9f00be8520e4d277b2bbf89a5a234cd /abump.in | |
parent | 1822f3f624e35898908fbe5edc0d282cefb92ac0 (diff) | |
download | abuild-4757588caf65318c44745b44eee04cf49415fec8.tar.gz abuild-4757588caf65318c44745b44eee04cf49415fec8.tar.bz2 abuild-4757588caf65318c44745b44eee04cf49415fec8.tar.xz abuild-4757588caf65318c44745b44eee04cf49415fec8.zip |
functions: rename abuild_ver to program_version
Diffstat (limited to 'abump.in')
-rwxr-xr-x | abump.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ # Distributed under GPL-2 # -abuild_ver=@VERSION@ +program_version=@VERSION@ datadir=@datadir@ if ! [ -f "$datadir/functions.sh" ]; then @@ -81,7 +81,7 @@ fixes #${fixes#\#} usage() { cat >&2 <<__EOF__ -$program $abuild_ver - bump pkgver in APKBUILDs +$program $program_version - bump pkgver in APKBUILDs Usage: $program [-s CVE-1,CVE-2,...] [-f ISSUE] [-R|--recursive] [-k|--keep] PKGNAME-1.2.3 ... Options: -s, --security CVE1,CVE-2,... Security update |