We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c280310 commit f7b659cCopy full SHA for f7b659c
1 file changed
configure
@@ -9,7 +9,7 @@ X11=yes
9
VER=`git describe --tags 2>/dev/null`
10
11
if [ -z "$VER" ]; then
12
- VER=`git rev-parse --short HEAD`
+ VER=`git rev-parse --short HEAD 2>/dev/null`
13
14
VER=v`pwd | grep 'libspnav-[0-9]\+\.' | sed 's/.*libspnav-\(\([0-9]\+\.\)\+[0-9]\+\).*$/\1/'`
15
if [ $VER = v ]; then
0 commit comments