diff options
author | Andrew Lewman <andrew@torproject.org> | 2008-04-14 23:55:03 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2008-04-14 23:55:03 +0000 |
commit | 1e17860d201e55839c87a81d99a36451736d38ed (patch) | |
tree | bc04118f493bf4149602e0eaa61f44288e291239 | |
parent | 6322457b653bfd1840c02f76f55788044f0e46f9 (diff) | |
download | tor-1e17860d201e55839c87a81d99a36451736d38ed.tar.gz tor-1e17860d201e55839c87a81d99a36451736d38ed.zip |
backport r14368
svn:r14369
-rw-r--r-- | contrib/osx/TorPostflight | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/osx/TorPostflight b/contrib/osx/TorPostflight index 00a91b9c99..456a8a839d 100644 --- a/contrib/osx/TorPostflight +++ b/contrib/osx/TorPostflight @@ -124,6 +124,6 @@ fi if [ -f /Applications/Firefox.app/Contents/MacOS/firefox ]; then if [ -f $TARGET/torbutton-$TORBUTTON_VERSION.xpi ]; then # Open firefox with a prompt to install the torbutton xpi - su $USER /Applications/Firefox.app/Contents/MacOS/firefox $TARGET/torbutton-$TORBUTTON_VERSION.xpi + su $USER open -a /Applications/Firefox.app $TARGET/torbutton-$TORBUTTON_VERSION.xpi fi fi |