-
Incident report
-
Resolution: Fixed
-
Trivial
-
3.4.0alpha1
-
Sprint 27, Sprint 28, Sprint 29
-
0.5
Suggested patch:
Index: Makefile.am =================================================================== --- Makefile.am (revision 66884) +++ Makefile.am (working copy) @@ -20,7 +20,7 @@ ## "dist-hook" run after the distribution directory is filled, but before the actual tar (or shar) file is created. dist-hook: - @zabbix_revision=`svn info|grep "Last Changed Rev"|awk '{print $$4;}'`; \ + @zabbix_revision=`svn info --show-item last-changed-revision`; \ cat $(top_distdir)/include/version.h|sed "s/{ZABBIX_REVISION}/$$zabbix_revision/g" > $(top_distdir)/include/version.h.new; \ mv $(top_distdir)/include/version.h.new $(top_distdir)/include/version.h; \ cat $(top_distdir)/src/zabbix_java/src/com/zabbix/gateway/GeneralInformation.java|sed "s/{ZABBIX_REVISION}/$$zabbix_revision/g" > \