FreeBSD Bugzilla – Attachment 143368 Details for
Bug 189686
mail/evolution produces backups that are not imported succesfully
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
minecraft start script, seems to "just work"
mc.sh (text/plain), 956 bytes, created by
Sean Bruno
on 2014-06-04 16:10:25 UTC
(
hide
)
Description:
minecraft start script, seems to "just work"
Filename:
MIME Type:
Creator:
Sean Bruno
Created:
2014-06-04 16:10:25 UTC
Size:
956 bytes
patch
obsolete
>#!/usr/local/bin/bash > >LWJGL_JLP_OVRD="/usr/local/lib/lwjgl2.9.1" >LWJGL_OVRD="/usr/local/share/java/classes/lwjgl/lwjgl.jar" >LWJGL_UTIL_OVRD="/usr/local/share/java/classes/lwjgl/lwjgl_util.jar" > >export JAVA_HOME=/usr/local/openjdk8 > >build_classpath() { > j=0 > ocp=`echo ${1} | sed 's/:/ /g'` > for p in ${ocp} > do > if [[ $p == *lwjgl-* ]] > then > ncp[$j]=${LWJGL_OVRD} > elif [[ $p == *lwjgl_util* ]] > then > ncp[$j]=${LWJGL_UTIL_OVRD} > else > ncp[$j]=${p} > fi > j=$(( j + 1 )) > done > > cp=`echo ${ncp[@]} | sed 's/ /:/g'` >} > > >i=0 >for var in "${@}" >do > if [[ "$var" == -Djava.library* ]] > then > args[$i]="-Djava.library.path=${LWJGL_JLP_OVRD}" > elif [[ "$var" == *lwjgl_util* ]] > then > build_classpath "${var}" > args[$i]="$cp" > else > args[$i]=$var > fi > i=$(( i + 1 )) >done > >${JAVA_HOME}/jre/bin/java ${args[@]}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 189686
:
143368
|
148918