From e38d8fedc298b23dab32827445991c620c0f397c Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 30 2011 17:21:17 +0000 Subject: Update texinfo_deleteEntry.sh. --- diff --git a/Scripts/Functions/Help/Backends/Texinfo/texinfo_deleteEntry.sh b/Scripts/Functions/Help/Backends/Texinfo/texinfo_deleteEntry.sh index 63f5303..5282863 100755 --- a/Scripts/Functions/Help/Backends/Texinfo/texinfo_deleteEntry.sh +++ b/Scripts/Functions/Help/Backends/Texinfo/texinfo_deleteEntry.sh @@ -49,7 +49,7 @@ function texinfo_deleteEntry { # Add dependent documentation entries to the list of # documentation entries that will be deleted. - ENTRIES="${ENTRIES} $(cli_getFilesList ${MANUAL_ENTRY_DIR} --pattern=".*\.${FLAG_BACKEND}")" + MANUAL_ENTRIES="${MANUAL_ENTRIES} $(cli_getFilesList ${MANUAL_ENTRY_DIR} --pattern=".*\.${FLAG_BACKEND}")" for MANUAL_ENTRY in $MANUAL_ENTRIES;do