We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea7b2e7 commit 9cdd9adCopy full SHA for 9cdd9ad
1 file changed
docker/updatedb
@@ -154,5 +154,5 @@ if [ "$DROP" ]; then
154
diff <(zcat $DATADIR/ietf_utf8.sql.gz | grep '^DROP TABLE IF EXISTS' | tr -d '`;' | awk '{ print $5 }') \
155
<($parent/ietf/manage.py dbshell <<< 'show tables;' | tail -n +2) \
156
| grep '^>' | awk '{print "drop table if exists", $2, ";";}' \
157
- | tee /dev/stderr | $parent/ietf/manage.py dbshell
+ | tee >(cat >&2) | $parent/ietf/manage.py dbshell
158
fi
0 commit comments