--------------------- PatchSet 5849 Date: 2003/08/01 16:42:30 Author: serassio Branch: nt-2_5 Tag: (none) Log: Use Windows find.exe instead of grep Members: port/win32/default_config_file.cmd:1.1.2.3->1.1.2.4 Index: squid/port/win32/default_config_file.cmd =================================================================== RCS file: /cvsroot/squid-sf//squid/port/win32/Attic/default_config_file.cmd,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -r1.1.2.3 -r1.1.2.4 --- squid/port/win32/default_config_file.cmd 3 Jun 2003 13:31:41 -0000 1.1.2.3 +++ squid/port/win32/default_config_file.cmd 1 Aug 2003 16:42:30 -0000 1.1.2.4 @@ -5,5 +5,4 @@ echo #define DEFAULT_CONFIG_FILE "%1" echo #define DEFAULT_SQUID_ERROR_DIR "%2" echo /* Version number of package */ -rem FOR /F "usebackq tokens=2 delims=) " %%i in (`grep AM_INIT_AUTOMAKE ../../configure.in`) do echo #define VERSION "%%i" FOR /F "usebackq skip=2 tokens=2 delims=) " %%i in (`find "AM_INIT_AUTOMAKE" ../../configure.in`) do echo #define VERSION "%%i"