diff options
Diffstat (limited to 'bin/fixincludeguards.sh')
-rwxr-xr-x | bin/fixincludeguards.sh | 2 |
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 |