diff --git a/version.sh b/version.sh index 62882e0f36..c28ffe7557 100755 --- a/version.sh +++ b/version.sh @@ -1,5 +1,7 @@ #!/bin/sh +# Usage: version.sh + # check for git short hash if ! test "$revision"; then revision=$(cd "$1" && git describe --tags --match N 2> /dev/null)