From 9745bb0d710857987bcc42ce7f65f702cf673285 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Apr 04 2011 19:32:01 +0000 Subject: Update help_deleteCrossReferences.sh. --- diff --git a/Scripts/Functions/Help/help_deleteCrossReferences.sh b/Scripts/Functions/Help/help_deleteCrossReferences.sh index ddc9bc0..22c6e03 100755 --- a/Scripts/Functions/Help/help_deleteCrossReferences.sh +++ b/Scripts/Functions/Help/help_deleteCrossReferences.sh @@ -44,7 +44,7 @@ function help_deleteCrossReferences { # Build the node string using entry location. local NODE=$(echo "$LOCATION" \ - | cut -d / -f8- \ + | cut -d / -f7- \ | tr '/' ' ' \ | sed -r \ -e "s/(chapter-intro\.texi|\.texi)$//" \