mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-14 05:40:52 +00:00
ecj: do not word-split arguments
Do not split args if they contain a space.
This commit is contained in:
committed by
Fredrik Fornwall
parent
3800e15179
commit
063e915eae
@@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=http://www.eclipse.org/jdt/core/
|
||||
TERMUX_PKG_DESCRIPTION="Eclipse Compiler for Java"
|
||||
TERMUX_PKG_VERSION=4.7.2
|
||||
local _date=201711300510
|
||||
TERMUX_PKG_REVISION=1
|
||||
TERMUX_PKG_REVISION=2
|
||||
TERMUX_PKG_SHA256=43c2f45d1fd9afb8b04e547a253041957f19b2f21d8780cdb3a8706ce9b9b9ee
|
||||
TERMUX_PKG_SRCURL=http://archive.eclipse.org/eclipse/downloads/drops${TERMUX_PKG_VERSION:0:1}/R-$TERMUX_PKG_VERSION-$_date/ecj-$TERMUX_PKG_VERSION.jar
|
||||
TERMUX_PKG_PLATFORM_INDEPENDENT=true
|
||||
|
||||
@@ -8,4 +8,4 @@ dalvikvm -Xmx256m \
|
||||
-proc:none \
|
||||
-7 \
|
||||
-cp @TERMUX_PREFIX@/share/java/android.jar \
|
||||
$@
|
||||
"$@"
|
||||
|
||||
@@ -8,4 +8,4 @@ dalvikvm -Xmx256m \
|
||||
-proc:none \
|
||||
-7 \
|
||||
-cp @TERMUX_PREFIX@/share/java/android-21.jar \
|
||||
$@
|
||||
"$@"
|
||||
|
||||
Reference in New Issue
Block a user