aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorjestin2005-01-03 17:01:31 +0000
committerjestin2005-01-03 17:01:31 +0000
commit5e2a8ad81266d88ecae8911c4c2c0c47f146c36a (patch)
tree6e3a381e8759e323dfe8a54a66d2e9cc6205a06d /tools
parent34381cbcc3a941c8c3ae5b54905709d6014e2066 (diff)
downloadivy-java-5e2a8ad81266d88ecae8911c4c2c0c47f146c36a.zip
ivy-java-5e2a8ad81266d88ecae8911c4c2c0c47f146c36a.tar.gz
ivy-java-5e2a8ad81266d88ecae8911c4c2c0c47f146c36a.tar.bz2
ivy-java-5e2a8ad81266d88ecae8911c4c2c0c47f146c36a.tar.xz
gnu.getopt is supported both by libgetopt-java and libgnu.getopt.java ( woody)
Diffstat (limited to 'tools')
-rwxr-xr-xtools/jprobe2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/jprobe b/tools/jprobe
index 1876f4e..1d96420 100755
--- a/tools/jprobe
+++ b/tools/jprobe
@@ -6,7 +6,7 @@
jar=/usr/share/java/ivy.jar
re=/usr/share/java/regexp.jar
-go=/usr/share/java/gnu-getopt.jar
+go=/usr/share/java/gnu.getopt.jar
#jar=../lib/ivy-java-1.2.6.jar
/usr/bin/java -classpath ${jar}:${re}:${go} fr.dgac.ivy.Probe "$@"