diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-07-16 18:18:40 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-07-16 18:18:40 +0000 |
commit | 169d6c4aca43ea574762f42542a9db4745396ff8 (patch) | |
tree | bcc9b2292245a5174d52921de586c11ffeee69f7 | |
parent | 1478636f549d0791da78ef1cdd93cc5a44c3e8c2 (diff) | |
download | tor-169d6c4aca43ea574762f42542a9db4745396ff8.tar.gz tor-169d6c4aca43ea574762f42542a9db4745396ff8.zip |
Remove a merged if-then from line 85
svn:r6767
-rw-r--r-- | contrib/osx/package.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh index 20f1af5a8f..429ecbf584 100644 --- a/contrib/osx/package.sh +++ b/contrib/osx/package.sh @@ -82,9 +82,6 @@ cp contrib/osx/Tor_Uninstaller.app.tar.gz $BUILD_DIR/tor_resources/Tor_Uninstall cp contrib/osx/uninstall_tor_bundle.sh $BUILD_DIR/tor_resources/uninstall_tor_bundle.sh cp contrib/osx/package_list.txt $BUILD_DIR/tor_resources/package_list.txt cp contrib/osx/tor_logo.gif $BUILD_DIR/tor_resources/background.gif -if [ $OS = "tiger" OR $OS = "leopard" ]; then -cp contrib/osx/net.freehaven.tor.plist $BUILD_DIR/tor_resources/net.freehaven.tor.plist -fi cat <<EOF > $BUILD_DIR/tor_resources/Welcome.txt Tor: an anonymous Internet communication system |