Skip to content

Commit 0ad451f

Browse files
committed
fix syntax
1 parent 558cdd6 commit 0ad451f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-postgres-darwin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if echo "$PG_VERSION" | grep -q '^9\.' && [ "$LITE_OPT" = true ] ; then
2929
echo "Lite option is supported only for PostgreSQL 10 or later!" && exit 1;
3030
fi
3131

32-
export MACOSX_DEPLOYMENT_TARGET="$(sw_vers -productVersion)")
32+
export MACOSX_DEPLOYMENT_TARGET="$(sw_vers -productVersion)"
3333

3434
ICU_ENABLED=$(echo "$PG_VERSION" | grep -qv '^9\.' && [ "$LITE_OPT" != true ] && echo true || echo false)
3535

0 commit comments

Comments
 (0)