Ver Fonte

Fix pushd

bryan há 2 anos atrás
pai
commit
2309b4b1d5
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -874,7 +874,7 @@ installMCARCH() {
         --force \
         --install \
         -p "mediacenter.pkgbuild"
-    popd "$OUTPUTDIR/PKGBUILD" || return
+    popd || return
 }