# 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 ss='logo' rowspan='2'>cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/configmgr/source/modifications.hxx
AgeCommit message (Expand)Author
2016-03-31Missing includeStephan Bergmann
2016-03-15tdf#96099 fix trival typedefs, Path to std::vector<OUString>Jakub Trzebiatowski