Commit 497ef823 authored by Kenton Varda's avatar Kenton Varda

Tweak release.sh some more.

parent a66cdcb3
......@@ -7,7 +7,7 @@ if (grep -r KJ_DBG c++/src | egrep -v '/debug(-test)?[.]'); then
exit 1
fi
if (egrep -r 'TODO\((now|soon)\)'); then
if (egrep -r 'TODO\((now|soon)\)' *); then
echo '*** Error: There are release-blocking TODOs in the code.' >&2
exit 1
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