diff options
author | Dan McGee <dan@archlinux.org> | 2007-03-14 23:25:03 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-03-14 23:25:03 +0000 |
commit | 4bfd0cb6cc79d19955db48614b3f7d0d6967fc25 (patch) | |
tree | be113fc798708635d14112d1a0a7d71395a9ce5b /scripts | |
parent | 1205e544d3d6d56d90b70b6a4ddfb63ac50975c3 (diff) | |
download | pacman-4bfd0cb6cc79d19955db48614b3f7d0d6967fc25.tar.xz |
* Missing a 'msg' in makepkg- pointed out by wain on Flyspray. Thanks!
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/makepkg | 2 |
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 |