[complement-svn] SF.net SVN: complement: [1794] trunk/complement/explore/configure
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2007-11-23 12:30:46
|
Revision: 1794 http://complement.svn.sourceforge.net/complement/?rev=1794&view=rev Author: complement Date: 2007-11-23 04:29:50 -0800 (Fri, 23 Nov 2007) Log Message: ----------- nice trick to write absolute path Modified Paths: -------------- trunk/complement/explore/configure Modified: trunk/complement/explore/configure =================================================================== --- trunk/complement/explore/configure 2007-11-22 13:31:11 UTC (rev 1793) +++ trunk/complement/explore/configure 2007-11-23 12:29:50 UTC (rev 1794) @@ -1,8 +1,8 @@ #!/bin/sh -# Time-stamp: <07/08/29 11:36:31 ptr> +# Time-stamp: <07/11/23 15:24:31 ptr> -base=`dirname $0` +base=`cd \`dirname $0\`; echo $PWD` configmak=$base/Makefiles/gmake/config.mak This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |