#!/bin/sh #set -x glv_var="$1" glv_config="config_host.mk" if [ "$glv_var" = "--build" ] ; then glv_config="config_build.mk" shift elif [ "$glv_var" = "--host" ] ; then shift fi while [ -n "$1" ] ; do glv_var="$1" shift glv_value=$(grep "^ *export ${glv_var}=" ${glv_config} | sed -e "s/[^=]*=//") export ${glv_var}="${glv_value}" done unset glv_var unset glv_value unset glv_vonfig cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2021-12-15 12:16:35 +0100
committerThorsten Behrens <thorsten.behrens@allotropia.de>2021-12-16 09:21:37 +0100
commitb96b996db44810a1577ffbbc8ebe5518ca9b3f1f (patch)
tree64338730deaf5311cb56c48e24af0eb011e2eedd /sw/inc
parenta79fc65f583b3ec2bb924bc25b105dda59099f61 (diff)
tdf#139843 sw_redlinehide: fix crash while updating reference fields