Browse Source

Fix pushd

bryan 2 years ago
parent
commit
2309b4b1d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

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