* Missing a 'msg' in makepkg- pointed out by wain on Flyspray. Thanks!
This commit is contained in:
parent
1205e544d3
commit
4bfd0cb6cc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue