# this script allows to correctly source config_host.mk into existing shell # # Usage: # # source ./config_host.mk.source temp_conf=`mktemp config_host.mk.XXXXXX` sed -e 's/^\s*\(export [A-Z0-9_]*=\)\(.*\)$/\1"\2"/' \ -e 's/^\s*export\s\+\([A-Z0-9_]*\)?=\(.*\)$/export \1="${\1:-\2}"/' config_host.mk >$temp_conf source ./$temp_conf rm $temp_conf git'>
summaryrefslogtreecommitdiff
path: root/jvmfwk
AgeCommit message (Expand)Author
2012-10-15fix typosJulien Nabet
2012-10-09loplugin: unused OStringsCaolán McNamara
2012-10-08TypoTor Lillqvist
2012-10-08Fix for !SOLAR_JAVATor Lillqvist
2012-10-07Move the #ifndef DISABLE_DYNLOADING a bit earlierTor Lillqvist