Skip to content

Commit

Permalink
lwip-git-hash can at least have a commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Dec 22, 2023
1 parent a596560 commit d1ce839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/make-lwip-hash
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh


gluehash=$(git describe --tag 2>/dev/null)
gluehash=$(git describe --tag --always 2>/dev/null)
hash=$(git -C "$1" describe --tag 2>/dev/null)

cat << EOF
Expand Down

0 comments on commit d1ce839

Please sign in to comment.