blob: f658368b0de677b15c211eb65c1d26c7271d35d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD: /tmp/pcvs/ports/java/netbeans55/files/Attic/bin_runide.sh.diff,v 1.3 2004-04-16 13:51:23 olgeni Exp $
--- bin/runide.sh.orig Tue Jun 3 11:23:09 2003
+++ bin/runide.sh Wed Jun 11 12:30:37 2003
@@ -131,7 +131,7 @@
fi
;;
- -J*) jopt=`expr "X-$1" : 'X--J\(.*\)'`; jargs="$jargs \"$jopt\"";;
+ -J*) jopt=`expr -- "X-$1" : 'X--J\(.*\)'`; jargs="$jargs \"$jopt\"";;
*) args="$args \"$1\"" ;;
esac
shift
|