Skip to content

Commit 94f9c08

Browse files
committed
pgtest: fix spacing
Backpatch-through: master
1 parent 50d1a64 commit 94f9c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/pgtest

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ rm -f tmp_install/log/install.log
3737
then $MAKE "$@" 2>&1 && $MAKE "$@" check 2>&1
3838
echo "$?" > "$TMP"/ret
3939
fi
40-
) | tee "$TMP"/0
40+
) | tee "$TMP"/0
4141

4242
# Grab possible warnings from install.log
4343
[ -e tmp_install/log/install.log ] && cat tmp_install/log/install.log >> "$TMP"/0

0 commit comments

Comments
 (0)