sci-libs/jdqz: use pushd popd

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-05-02 11:39:52 +02:00
parent 0c967a3896
commit 9bdb9507db

View File

@@ -45,9 +45,9 @@ src_compile() {
}
src_test() {
cd "jdtest" || die
pushd "jdtest" || die
emake
cd ".." || die
popd || die
LD_LIBRARY_PATH="./jdlib" ./jdtest/example || die
}