summaryrefslogtreecommitdiff
path: root/contrib/osx/TorPreFlight
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2007-10-15 04:04:16 +0000
committerAndrew Lewman <andrew@torproject.org>2007-10-15 04:04:16 +0000
commitd0eda6dbb0ec7f48d7ca0b825872b64c856cc720 (patch)
tree79442188491515c9e6e898b1d9f7583779fb22fb /contrib/osx/TorPreFlight
parent3dfb943d1f881ee95720fd602965de6e19c595ea (diff)
downloadtor-d0eda6dbb0ec7f48d7ca0b825872b64c856cc720.tar.gz
tor-d0eda6dbb0ec7f48d7ca0b825872b64c856cc720.zip
Introducing Torbutton integration to the Tor-Privoxy OSX bundle.
svn:r11938
Diffstat (limited to 'contrib/osx/TorPreFlight')
-rw-r--r--contrib/osx/TorPreFlight6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/osx/TorPreFlight b/contrib/osx/TorPreFlight
index 49b17104b9..69f0575640 100644
--- a/contrib/osx/TorPreFlight
+++ b/contrib/osx/TorPreFlight
@@ -16,8 +16,8 @@ fi
# Backup all of Tor, just in case
if [ -d $TORPATH ]; then
- cp ${TORPATH}/torrc ${TORPATH}/torrc.installer-saved
- cp ${PRIVOXYPATH}/config ${PRIVOXYPATH}/config.installer-saved
- cp ${PRIVOXYPATH}/user.action ${PRIVOXYPATH}/user.action.installer-saved
+ cp $TORPATH/torrc $TORPATH/torrc.installer-saved
+ cp $PRIVOXYPATH/config $PRIVOXYPATH/config.installer-saved
+ cp $PRIVOXYPATH/user.action $PRIVOXYPATH/user.action.installer-saved
fi