mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
c284700056
Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru>
15 lines
469 B
Diff
15 lines
469 B
Diff
|
|
$FreeBSD: /tmp/pcvs/ports/java/netbeans5/files/Attic/bin_runide.sh.diff,v 1.2 2003-06-11 21:23:58 olgeni Exp $
|
|
|
|
--- bin/runide.sh.orig Tue Jun 3 11:23:09 2003
|
|
+++ bin/runide.sh Wed Jun 11 12:30:37 2003
|
|
@@ -154,7 +154,7 @@
|
|
fi
|
|
;;
|
|
|
|
- -J*) jopt=`expr "$1" : '-J\(.*\)'`; jargs="$jargs \"$jopt\"";;
|
|
+ -J*) jopt=`expr -- "$1" : '-J\(.*\)'`; jargs="$jargs \"$jopt\"";;
|
|
*) args="$args \"$1\"" ;;
|
|
esac
|
|
shift
|