Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f117ac2

Browse files
committed
Modified openjdk/java script to operate on %HOME%, not direct path to user Home directory.
I have NO CLUE what is that file for. It looks like a remaining piece of... something, since it's totally out of context, runs java from a wrong directory and it's almost entirely commented out, but whatever. I'm going to update it, anyway. Signed-off-by: Guzio <star.master.123.mg@gmail.com>
1 parent c4c09f0 commit f117ac2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎openjdk/java‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#export LD_LIBRARY_PATH=/data/data/per.pqy.apktool/apktool/lix
33
#in some targets,LD_PRELOAD will cause a error.
44
export LD_PRELOAD=
5-
export LD_LIBRARY_PATH=/data/data/com.termux/files/home/java/openjdk/lib/arm:$LD_LIBRARY_PATH
5+
export LD_LIBRARY_PATH=$HOME/java/openjdk/lib/arm:$LD_LIBRARY_PATH
66
#umask 000
77
#cd /data/data/per.pqy.apktool/apktool
88
#echo $$ > pid
9-
exec /data/data/com.termux/files/home/java/openjdk/bin/java -Xmx1024m "$@"
9+
exec $HOME/java/openjdk/bin/java -Xmx1024m "$@"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /