Fix pushd

This commit is contained in:
2023-01-06 16:26:44 -05:00
parent a243550902
commit 2309b4b1d5

View File

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