diff options
Diffstat (limited to 'functions.sh.in')
-rwxr-xr-x | functions.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.sh.in b/functions.sh.in index 7631310..719b354 100755 --- a/functions.sh.in +++ b/functions.sh.in @@ -1,7 +1,7 @@ # /usr/share/abuild/functions.sh sysconfdir=@sysconfdir@ -prog=${0##*/} +program=${0##*/} hostspec_to_arch() { case "$1" in |