summaryrefslogtreecommitdiff
path: root/contrib/cross.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cross.sh')
-rwxr-xr-xcontrib/cross.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/cross.sh b/contrib/cross.sh
index e660be780d..a6085a400f 100755
--- a/contrib/cross.sh
+++ b/contrib/cross.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Id$
# Copyright 2006 Michael Mohr with modifications by Roger Dingledine
# See LICENSE for licensing information.
@@ -186,7 +185,7 @@ if [ ! -z $STRIP ]
then
${HOST_TRIPLET}strip \
src/or/tor \
- src/or/test \
+ src/test/test \
src/tools/tor-resolve
fi