1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

. Set EXPR_COMPAT so 5.x expr doesn't get confused by having "-" at the start

of an argument.

Submitted by:	jmallett
This commit is contained in:
Greg Lewis 2003-09-26 20:04:59 +00:00
parent 1affb0d157
commit b2052cf220
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89474

View File

@ -0,0 +1,10 @@
--- bin/i386/green_threads/.extract_args.orig Wed Sep 17 23:13:11 2003
+++ bin/i386/green_threads/.extract_args Wed Sep 17 23:14:57 2003
@@ -10,6 +10,7 @@
RUNTIME_ARGS=""
APP_ARGS=""
+EXPR_COMPAT=yes; export EXPR_COMPAT
for a in "$@"
do
if ja=`expr "$a" : '-J\(..*\)'`