xbps-src: fix remove_pkg(), it's msg_warn().
This commit is contained in:
@@ -217,7 +217,7 @@ remove_pkg()
|
||||
|
||||
ver=$($XBPS_PKGDB_CMD version $pkgname)
|
||||
if [ -z "$ver" ]; then
|
||||
msg_warning "$pkgname is not installed.\n"
|
||||
msg_warn "$pkgname is not installed.\n"
|
||||
fi
|
||||
|
||||
. $XBPS_SHUTILSDIR/stow_funcs.sh
|
||||
|
Reference in New Issue
Block a user