mirror of
https://github.com/moparisthebest/pacman
synced 2025-01-09 04:57:59 -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
|
fi
|
||||||
else
|
else
|
||||||
# answer = no
|
# answer = no
|
||||||
"No files have been removed."
|
msg "No files have been removed."
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user