summaryrefslogtreecommitdiff
path: root/configure_apache.sh
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-06-12 19:19:25 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-06-12 19:19:25 +0000
commitb19cdf9d4d7b047e8f9ceead976e8d07a38dc601 (patch)
tree6996ab7b9a2a1a10ce29430c94b646ba8728c38d /configure_apache.sh
parent2080760449150c38244b62db01532ac9445aaefe (diff)
Remove GNUism from sed call
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1269 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'configure_apache.sh')
-rw-r--r--configure_apache.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure_apache.sh b/configure_apache.sh
index 9707d257..23db46cc 100644
--- a/configure_apache.sh
+++ b/configure_apache.sh
@@ -2,7 +2,7 @@
CWD=`pwd`
-sed -i "s|WORKING_DIR|$CWD|" ledgersmb-httpd.conf;
+sed -i.orig "s|WORKING_DIR|$CWD|" ledgersmb-httpd.conf;
echo "Which user does your web server run as?"
read username