@@ -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 \