From d107aced3751f6136e119603d9d33fdc49848aa8 Mon Sep 17 00:00:00 2001 From: Evangelos Foutras Date: Fri, 19 Dec 2014 20:03:24 +0200 Subject: paclist: fix myver in usage() Signed-off-by: Allan McRae --- contrib/paclist.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/paclist.sh.in') diff --git a/contrib/paclist.sh.in b/contrib/paclist.sh.in index 1c10b323..f4fd540b 100644 --- a/contrib/paclist.sh.in +++ b/contrib/paclist.sh.in @@ -31,7 +31,7 @@ if ! type gettext &>/dev/null; then fi usage() { - printf "%s (pacman) v%s\n" "${myname}" "myver" + printf "%s (pacman) v%s\n" "${myname}" "${myver}" echo printf "List all packages installed from a given repository\n" "${myname}" echo -- cgit v1.2.3-24-g4f1b