diff options
author | William Giokas <1007380@gmail.com> | 2013-01-21 10:12:40 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-01-28 14:38:46 +0100 |
commit | 457642231e36a14c58e52e6077efa077757da2f2 (patch) | |
tree | ebf7dca982ff6ea32686beee540aca012734362b /contrib/bash_completion.in | |
parent | 6bbf6e8fa1e6dbb02bd70ab6d1e1283b00a05c8e (diff) | |
download | pacman-457642231e36a14c58e52e6077efa077757da2f2.tar.gz pacman-457642231e36a14c58e52e6077efa077757da2f2.tar.xz |
Fix printing of paths
Originally printed a leading \ before all path names as the `' would be
removed during the make. Using '' should be just as good as using `'.
paccache.sh.in:
die "cachedir \`%s' does not exist or is not a directory" "$cachedir"
paccache
die "cachedir \%s does not exist or is not a directory" "$cachedir"
Signed-off-by: William Giokas <1007380@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'contrib/bash_completion.in')
0 files changed, 0 insertions, 0 deletions