]> arthur.barton.de Git - netdata.git/commitdiff
fix for waiting on installation #232 #194 #230
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Fri, 15 Apr 2016 11:04:43 +0000 (14:04 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Fri, 15 Apr 2016 11:04:43 +0000 (14:04 +0300)
web/Makefile.am

index 14b28b612ce4b3a5e45441354a041802107c6800..a82dcf2f717a0367cf9d0af2e71160f1057da71e 100644 (file)
@@ -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; \