index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Evangelos Foutras <evangelos@foutrelis.com> | 2014-12-19 20:03:24 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-12-21 16:26:36 +1000 |
commit | d107aced3751f6136e119603d9d33fdc49848aa8 (patch) | |
tree | 0e491c1fffe9699b1d65f9dd0f9e7d884c42eb19 /contrib/paclist.sh.in | |
parent | 565c931e2c684d4460ff65cbec9b097ee1d8f94d (diff) |
-rw-r--r-- | contrib/paclist.sh.in | 2 |
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 |