From: Costa Tsaousis (ktsaou) Date: Fri, 15 Apr 2016 11:04:43 +0000 (+0300) Subject: fix for waiting on installation #232 #194 #230 X-Git-Tag: v1.1.0~18 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51aa8e32233ba86129f762dec0a25053da4a5d85;p=netdata.git fix for waiting on installation #232 #194 #230 --- diff --git a/web/Makefile.am b/web/Makefile.am index 14b28b61..a82dcf2f 100644 --- a/web/Makefile.am +++ b/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; \