From 5dd8761bf4d8a696d96e171a843759e9b3848ee4 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 31 2011 15:24:26 +0000 Subject: Update Backends/Texinfo/texinfo_searchNode.sh. --- diff --git a/Scripts/Functions/Help/Backends/Texinfo/texinfo_searchNode.sh b/Scripts/Functions/Help/Backends/Texinfo/texinfo_searchNode.sh index 3302db3..14aa281 100755 --- a/Scripts/Functions/Help/Backends/Texinfo/texinfo_searchNode.sh +++ b/Scripts/Functions/Help/Backends/Texinfo/texinfo_searchNode.sh @@ -43,7 +43,7 @@ function texinfo_searchNode { # the info file at the specified node for reading it on the # terminal. Otherwise, ask the user to create it. if [[ -f "$MANUAL_ENTRY" ]];then - /usr/bin/info --node="$(${FLAG_BACKEND}_getNode)" --file=${MANUAL_BASEFILE}.info.bz2 + /usr/bin/info --node="$(${FLAG_BACKEND}_getNode "$MANUAL_ENTRY")" --file=${MANUAL_BASEFILE}.info.bz2 else ${FLAG_BACKEND}_editEntry fi