소스 검색

Match uninstall() output

bryan 5 달 전
부모
커밋
57768c9dfb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -1509,7 +1509,7 @@ uninstall() {
     echo "JRiver Media Center has been completely uninstalled"
     echo "To remove your MC library: rm -rf $HOME/.jriver"
   elif [[ $? -eq 100 ]]; then
-    err "JRiver Media Center package '$MC_PKG' is not present and was not uninstalled"
+    err "JRiver Media Center package '${MC_PKG%%=*}' is not present and was not uninstalled"
   else
     err "Could not remove Media Center package"
   fi