[complement-svn] SF.net SVN: complement: [1296] trunk/explore/perf/STL/stat.awk
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2006-10-05 15:15:55
|
Revision: 1296 http://svn.sourceforge.net/complement/?rev=1296&view=rev Author: complement Date: 2006-10-05 08:15:38 -0700 (Thu, 05 Oct 2006) Log Message: ----------- use awk, instead of nawk; I hope it now posix-comformant Modified Paths: -------------- trunk/explore/perf/STL/stat.awk Modified: trunk/explore/perf/STL/stat.awk =================================================================== --- trunk/explore/perf/STL/stat.awk 2006-10-05 13:57:06 UTC (rev 1295) +++ trunk/explore/perf/STL/stat.awk 2006-10-05 15:15:38 UTC (rev 1296) @@ -1,4 +1,4 @@ -#! /usr/bin/nawk -f +#! /usr/bin/awk -f BEGIN { # if ( ARGC == 3 ) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |