diff --git a/solenv/bin/bin_library_info.sh b/solenv/bin/bin_library_info.sh index d54d6b3d2f82..bb93773492d7 100755 --- a/solenv/bin/bin_library_info.sh +++ b/solenv/bin/bin_library_info.sh @@ -35,7 +35,7 @@ get_config_sha() { pushd ${SRCDIR?} > /dev/null cat ${BUILDDIR?}/config_host.mk | git hash-object --stdin - popd ${SRCDIR?} > /dev/null + popd > /dev/null } get_library_gbuild_sha() @@ -48,7 +48,7 @@ get_library_gbuild_sha() else git ls-tree -d HEAD | "{module?}" | cut -f 1 | cut -d " " -f 3 fi - popd ${SRCDIR?} > /dev/null + popd > /dev/null }