summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/fixincludeguards.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fixincludeguards.sh b/bin/fixincludeguards.sh
index 990a43bbfb47..5a6347f4574e 100755
--- a/bin/fixincludeguards.sh
+++ b/bin/fixincludeguards.sh
@@ -42,7 +42,7 @@ for fn in "$@"; do
if [ aa"`git grep -w "$old_guard" | cut -d ':' -f1 | sort -u | wc -l `" != aa"1" ]; then
- echo -e "$fn: \e[00;31mwarning:\e[00m guard definition used in other files"
+ echo -e "$fn: \e[00;31mwarning:\e[00m $old_guard guard definition used in other files"
continue
fi