This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
ant
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
1
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Merge branch '1.9.x'
master
Stefan Bodewig
9 years ago
parent
32f7fdb9be
ad86305722
commit
46a3af1d12
2 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
WHATSNEW
+1
-1
src/script/ant
+ 4
- 0
WHATSNEW
View File
@@ -41,6 +41,10 @@ Fixed bugs:
been introduced with Java 7.
Bugzilla Report 59556
* The ant wrapper script used on Unix-like operating systems only
worked on OSes where sed is GNU sed.
Bugzilla Report 59898
Other changes:
--------------
+ 1
- 1
src/script/ant
View File
@@ -36,7 +36,7 @@ for arg in "$@" ; do
show_help=true
fi
# wrap all arguments as "" strings, escape any internal back-slash or double-quote characters
ant_exec_args="$ant_exec_args \"$(printf '%s' "$arg" | sed -e 's@"\|\\@\\\0@g' )\""
ant_exec_args="$ant_exec_args \"$(printf '%s
\n
' "$arg" | sed -e 's@"\|\\@\\\0@g' )\""
fi
done
Write
Preview
Loading…
Cancel
Save