summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-03-15 00:25:03 +0100
committerDan McGee <dan@archlinux.org>2007-03-15 00:25:03 +0100
commit4bfd0cb6cc79d19955db48614b3f7d0d6967fc25 (patch)
treebe113fc798708635d14112d1a0a7d71395a9ce5b
parent1205e544d3d6d56d90b70b6a4ddfb63ac50975c3 (diff)
downloadpacman-4bfd0cb6cc79d19955db48614b3f7d0d6967fc25.tar.gz
pacman-4bfd0cb6cc79d19955db48614b3f7d0d6967fc25.tar.xz
* Missing a 'msg' in makepkg- pointed out by wain on Flyspray. Thanks!
-rwxr-xr-xscripts/makepkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg b/scripts/makepkg
index 587f7340..e19d5426 100755
--- a/scripts/makepkg
+++ b/scripts/makepkg
@@ -503,7 +503,7 @@ if [ "$CLEANCACHE" = "1" ]; then
fi
else
# answer = no
- "No files have been removed."
+ msg "No files have been removed."
exit 0
fi
else