Browse Source

fix for waiting on installation #232 #194 #230

Costa Tsaousis (ktsaou) 9 years ago
parent
commit
51aa8e3223
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/Makefile.am

+ 1 - 1
web/Makefile.am

@@ -93,7 +93,7 @@ dist_webimages_DATA = \
 version.txt:
 	if test -d "$(top_srcdir)/.git"; then \
 		if git --git-dir="$(top_srcdir)/.git" log -n 1 > v.tmp; then \
-			grep ^commit\ v.tmp | cut -d" " -f2 > version.txt; \
+			grep ^commit v.tmp | cut -d" " -f2 > version.txt; \
 			rm -f v.tmp; \
 		else \
 			rm -f v.tmp; \