diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_getEntryNode.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_getEntryNode.sh index 632908a..2dd7532 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_getEntryNode.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_getEntryNode.sh @@ -40,7 +40,8 @@ function texinfo_getEntryNode { -e "s!chapter!!" \ -e 's!(/|-)! !g' \ -e 's!\<([[:alpha:]]+)\>!\u\1!g' \ - -e 's!^[[:space:]]+!!') + -e 's!^[[:space:]]+!!' \ + -e 's![[:space:]]+$!!') echo "$NODE"