diff --git a/bin/epm-remove b/bin/epm-remove index f4a8e37a91caa99c29bfdcbcf73941d5cbe22160..b4dcbf94506b7ec3653cd0ce82c7f45471eee3f8 100644 --- a/bin/epm-remove +++ b/bin/epm-remove @@ -250,7 +250,7 @@ epm_print_remove_command() echo "xbps remove -y $*" ;; appget|winget) - echo $PMTYPE uninstall -s $*" + echo "$PMTYPE uninstall -s $*" ;; *) fatal "Have no suitable appropriate remove command for $PMTYPE"