Skip to content

Commit bcff6bf

Browse files
committed
Revert "chore: remove extra newline"
This reverts commit eb3b492.
1 parent eb3b492 commit bcff6bf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/build/build_libpq.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,10 @@ if [ "$ID" == "centos" ] || [ "$ID" == "rocky" ] || [ "$ID" == "macos" ]; then
178178

179179
if [ "$ID" == "rocky" ]; then
180180
# Fix missing time.h include in multiple files for newer GCC versions
181-
sed -i.bak '/#include "saslint.h"/a #include <time.h>' lib/saslutil.c
182-
sed -i.bak '/#include "plugin_common.h"/a #include <time.h>' plugins/cram.c
181+
sed -i.bak '/#include "saslint.h"/a\
182+
#include <time.h>' lib/saslutil.c
183+
sed -i.bak '/#include "plugin_common.h"/a\
184+
#include <time.h>' plugins/cram.c
183185
fi
184186

185187
autoreconf -i

0 commit comments

Comments
 (0)