Skip to content

Commit

Permalink
fix issue #11
Browse files Browse the repository at this point in the history
URL: #11
  • Loading branch information
liukai committed Nov 20, 2013
1 parent 6eb5649 commit 0142d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/build_detect_version
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ trap "rm $VFILE" EXIT
which git > /dev/null

if [ "$?" = 0 ]; then
env -i git rev-parse HEAD |
env -i git rev-parse HEAD 2>&1 |
awk '
BEGIN {
print "#include \"build_version.h\"\n"
Expand Down

0 comments on commit 0142d38

Please sign in to comment.