소스 검색

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

svn:r5764
Nick Mathewson 20 년 전
부모
커밋
ba1968d028
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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