aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-01 19:54:54 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-01 19:54:54 +0000
commit6b7897f80088536ee0d3a8eadf3b1f1735cebca6 (patch)
tree5a91f6f20b18b3fcc882c0ef0f737d7046331e9f /bin
parent192cc9c01bbca690a1fb1878ebc0014e64952cab (diff)
downloadgnunet-java-6b7897f80088536ee0d3a8eadf3b1f1735cebca6.tar.gz
gnunet-java-6b7897f80088536ee0d3a8eadf3b1f1735cebca6.zip
fix
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gnunet-dht3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/gnunet-dht b/bin/gnunet-dht
index 9201480..840db34 100755
--- a/bin/gnunet-dht
+++ b/bin/gnunet-dht
@@ -5,8 +5,7 @@ DIR=`dirname $0`
5if [ "%GNJ_INSTALLED" = "true" ]; 5if [ "%GNJ_INSTALLED" = "true" ];
6then 6then
7 export CLASSPATH="%INSTALL_PATH/share/java/*" 7 export CLASSPATH="%INSTALL_PATH/share/java/*"
8:ne 8else
9
10 export CLASSPATH="$DIR/../build/:$DIR/../lib/*" 9 export CLASSPATH="$DIR/../build/:$DIR/../lib/*"
11fi 10fi
12 11