# 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"/' config_host.mk >$temp_conf source ./$temp_conf rm $temp_conf ='lo/core Git repository'/>
summaryrefslogtreecommitdiff
path: root/soltools
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-06-27 17:37:30 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-06-27 19:30:33 +0100
commite18655e47530f1e399cb546a6001fa0aa0f1873c (patch)
treee600b54fbbdcf9507ae21bd45c3e4c3feeb517ec /soltools
parent240910f78575a5536748c2485cae13904fcef955 (diff)
re-base on ALv2 code.