[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [1270] trunk/install.sh
- Subject: SF.net SVN: ledger-smb: [1270] trunk/install.sh
- From: ..hidden..
- Date: Tue, 12 Jun 2007 12:20:26 -0700
Revision: 1270
http://svn.sourceforge.net/ledger-smb/?rev=1270&view=rev
Author: tetragon
Date: 2007-06-12 12:20:25 -0700 (Tue, 12 Jun 2007)
Log Message:
-----------
Remove GNUism from sed call
Modified Paths:
--------------
trunk/install.sh
Modified: trunk/install.sh
===================================================================
--- trunk/install.sh 2007-06-12 19:19:25 UTC (rev 1269)
+++ trunk/install.sh 2007-06-12 19:20:25 UTC (rev 1270)
@@ -2,7 +2,7 @@
CWD=`pwd`
-sed -i "s|WORKING_DIR|$CWD|"
+sed -i.orig "s|WORKING_DIR|$CWD|"
echo "Which user does your web server run as?"
read username
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.