[Gnucash-changes] r14264 - htdocs/trunk - don't use tail.. run php -q instead.

Derek Atkins warlord at cvs.gnucash.org
Tue May 30 17:45:43 EDT 2006


Author: warlord
Date: 2006-05-30 17:45:42 -0400 (Tue, 30 May 2006)
New Revision: 14264
Trac: http://svn.gnucash.org/trac/changeset/14264

Modified:
   htdocs/trunk/Makefile
Log:
don't use tail.. run php -q instead.


Modified: htdocs/trunk/Makefile
===================================================================
--- htdocs/trunk/Makefile	2006-05-30 21:42:07 UTC (rev 14263)
+++ htdocs/trunk/Makefile	2006-05-30 21:45:42 UTC (rev 14264)
@@ -57,7 +57,7 @@
 	( echo '<?php include("$(LOCALFILE)"); ' ; \
 	  echo '$$home = "$(HOME)/$$lang_dir"; ' ; \
 	  echo '$$text_dir = "."; ?>'; \
-	  cat $(TMPLBASE)$(FILE).php_tmpl ) | php | tail +5 > \
+	  cat $(TMPLBASE)$(FILE).php_tmpl ) | php -q > \
 	  $(TMPLBASE)$(FILE)$(FILETAIL)
 
 nmz.lang:



More information about the gnucash-changes mailing list