From 4757588caf65318c44745b44eee04cf49415fec8 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 25 Oct 2013 07:26:05 +0000 Subject: functions: rename abuild_ver to program_version --- checkapk.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'checkapk.in') diff --git a/checkapk.in b/checkapk.in index 33545b1..079e53b 100644 --- a/checkapk.in +++ b/checkapk.in @@ -6,7 +6,7 @@ # Distributed under GPL-2 # -abuild_ver=@VERSION@ +program_version=@VERSION@ datadir=@datadir@ if ! [ -f "$datadir/functions.sh" ]; then @@ -18,7 +18,7 @@ fi usage() { cat >&2 <<__EOF__ -$program $abuild_ver - find ABI breakages in package upgrades +$program $program_version - find ABI breakages in package upgrades Usage: $program Run in the directory of a built package. -- cgit v1.2.3