1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

* Missing a 'msg' in makepkg- pointed out by wain on Flyspray. Thanks!

This commit is contained in:
Dan McGee 2007-03-14 23:25:03 +00:00
parent 1205e544d3
commit 4bfd0cb6cc

View File

@ -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