mirror of
https://github.com/moparisthebest/pacman
synced 2025-01-08 12:28:00 -05:00
* Missing a 'msg' in makepkg- pointed out by wain on Flyspray. Thanks!
This commit is contained in:
parent
1205e544d3
commit
4bfd0cb6cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user