Kaydet (Commit) 9e775eee authored tarafından Thomas Arnhold's avatar Thomas Arnhold

be verbose about which guard definition is problematic

Change-Id: I883acce26266b304e83bf898f86da12549a112e5
üst 1130a359
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment