summaryrefslogtreecommitdiffstats
path: root/scripts/makepkg.sh.in
diff options
context:
space:
mode:
authorWieland Hoffmann <themineo@googlemail.com>2011-06-24 12:59:20 +0200
committerDan McGee <dan@archlinux.org>2011-06-24 20:36:46 +0200
commit61cb8e76c3f42bad318462e51bbfade752425023 (patch)
treea08d85182467724a5dbbaf718719b2325540e72c /scripts/makepkg.sh.in
parentc45cfb17419a0bc56c1396febd83f455a0dcbad0 (diff)
downloadpacman-61cb8e76c3f42bad318462e51bbfade752425023.tar.gz
pacman-61cb8e76c3f42bad318462e51bbfade752425023.tar.xz
makepkg: Remove a lone quotation mark
Allan broke it in 4bdb868. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts/makepkg.sh.in')
-rw-r--r--scripts/makepkg.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index 4a4d43c3..ebe010b6 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -2211,7 +2211,7 @@ else
if (( ! REPKG )); then
tidy_install
else
- warning "$(gettext "Repackaging without the use of a %s" function is deprecated.")" "package()"
+ warning "$(gettext "Repackaging without the use of a %s function is deprecated.")" "package()"
plain "$(gettext "File permissions may not be preserved.")"
fi
fi