summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
Diffstat (limited to 'help')
-rwxr-xr-xhelp/help_diff.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/help_diff.sh b/help/help_diff.sh
index 2096fa7709..214d402bb1 100755
--- a/help/help_diff.sh
+++ b/help/help_diff.sh
@@ -11,7 +11,7 @@ curr=""
while read -r line; do
if echo "$line" | grep '^#define' > /dev/null 2>&1; then
curr=`echo "$line" | cut -d ' ' -f 2`
- if grep "^#define $curr" $1 > /dev/null 2>&1; then
+ if grep "^#define $curr[ ]" $1 > /dev/null 2>&1; then
curr=""
fi
else