diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateSectionNodes.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateSectionNodes.sh index e2a6168..5619017 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateSectionNodes.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateSectionNodes.sh @@ -75,7 +75,7 @@ function texinfo_updateSectionNodes { CONFRHS=$(echo $CONFLINE \ | gawk 'BEGIN{FS="="}; { print $2 }' \ - | sed -r 's![[:space:]]*!!g' | sed -r 's!^"(.+)"$!\1!') + | sed -r -e 's![[:space:]]*!!g' -e 's!^"(.+)"$!\1!') if [[ ${MANUAL_BASEDIR_L10N}/${INCL} =~ $CONFRHS ]];then TEMPLATE="${MANUAL_TEMPLATE_L10N}/${CONFLHS}"