[Lemon-commits] [lemon_svn] alpar: r2837 - hugo/trunk/scripts

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 21:50:43 CET 2006


Author: alpar
Date: Tue Jul 11 15:54:02 2006
New Revision: 2837

Modified:
   hugo/trunk/scripts/release

Log:
Use sed instead of rpl

Modified: hugo/trunk/scripts/release
==============================================================================
--- hugo/trunk/scripts/release	(original)
+++ hugo/trunk/scripts/release	Tue Jul 11 15:54:02 2006
@@ -35,8 +35,8 @@
 echo '**********************************************************************'
 echo
 
-rpl ${VERSION_STRING} $VERSION configure.ac
-
+sed "s/${VERSION_STRING}/${VERSION}/" <configure.ac >configure.ac.tmp
+mv configure.ac.tmp configure.ac
 
 echo
 echo '**********************************************************************'



More information about the Lemon-commits mailing list