summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/bin_library_info.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/bin_library_info.sh b/solenv/bin/bin_library_info.sh
index 88925bf1970b..94bc262c0bc3 100755
--- a/solenv/bin/bin_library_info.sh
+++ b/solenv/bin/bin_library_info.sh
@@ -34,7 +34,7 @@ die()
get_config_sha()
{
pushd ${SRCDIR?} > /dev/null
- cat ${BUILDDIR?}/config_host.mk | git hash-object --stdin
+ git hash-object ${BUILDDIR?}/config_host.mk
popd > /dev/null
}