From 1697c5277e4144e4c28c3d1ad8210713994e8ebd Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 14 2012 16:47:57 +0000 Subject: Update `Functions/Help/Texinfo/texinfo_getEntryNode.sh' file. --- 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"