Browse Source

Make OSX script alias tor-resolve binary correctly. Fix bug 216

svn:r5764
Nick Mathewson 19 years ago
parent
commit
ba1968d028
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/osx/TorPostflight

+ 1 - 1
contrib/osx/TorPostflight

@@ -46,7 +46,7 @@ if [ -e /usr/bin/tor-resolve -a ! -L /usr/bin/tor-resolve ]; then
   mv tor-resolve tor-resolve_old
 fi
 ln -sf $TARGET/tor .
-ln -sf $TARGET/tor_resolve .
+ln -sf $TARGET/tor-resolve .
 
 cd /usr/share/man/man1
 MAN1=$TARGET/man/man1