Kaydet (Commit) ffa354e2 authored tarafından Michael Stahl's avatar Michael Stahl

bin_library_info.sh: popd does not take a directory parameter

Change-Id: I164f03f8ab185fdb71632fd894f94b78bb3d994f
üst c403286d
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment