index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Lindsay <aaron@aclindsay.com> | 2013-09-05 14:46:29 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-09-18 14:28:03 +1000 |
commit | 3f99cfba1b6ef1c5665488b651a3d6409730fa98 (patch) | |
tree | 453c75070ae7b3b2a4b095bdc50c340819084aa6 /contrib/bacman.sh.in | |
parent | 93888089643b017390538d1f6f3a2d2aa9918851 (diff) |
-rw-r--r-- | contrib/bacman.sh.in | 2 |
diff --git a/contrib/bacman.sh.in b/contrib/bacman.sh.in index 5435e405..33e3920a 100644 --- a/contrib/bacman.sh.in +++ b/contrib/bacman.sh.in @@ -124,7 +124,7 @@ fi if [[ ! -d $pkg_dir ]]; then error "package %s is found in pacman database," "${pkg_name}" - plain " but \`%s' is not a directory" "${pkg_dir}" + plain " but '%s' is not a directory" "${pkg_dir}" exit 1 fi |