mirror of
https://github.com/postgres/postgres.git
synced 2025-10-15 05:46:52 +03:00
Remove useless whitespace at end of lines
This commit is contained in:
@@ -18,12 +18,12 @@ TMP="/tmp/$$"
|
||||
|
||||
[ "X$1" != "X-n" ] && PGCLEAN=clean
|
||||
|
||||
(gmake $PGCLEAN check 2>&1; echo "$?" > $TMP/ret) |
|
||||
(gmake $PGCLEAN check 2>&1; echo "$?" > $TMP/ret) |
|
||||
(tee $TMP/0; exit `cat $TMP/ret`) &&
|
||||
cat $TMP/0 |
|
||||
# The following grep's have to be adjusted for your setup because
|
||||
# The following grep's have to be adjusted for your setup because
|
||||
# certain warnings are acceptable.
|
||||
grep -i warning |
|
||||
grep -v setproctitle |
|
||||
grep -v find_rule |
|
||||
grep -i warning |
|
||||
grep -v setproctitle |
|
||||
grep -v find_rule |
|
||||
grep -v yy_flex_realloc
|
||||
|
Reference in New Issue
Block a user