Skip to content

Commit 57bcd1b

Browse files
committed
Change shell syntax for variable init
1 parent a0110aa commit 57bcd1b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

install-extensions.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
set -xeu
44

5-
: "${TIDEWAYS_VERSION=4.1.4}"
6-
: "${TIDEWAYS_XHPROF_VERSION=5.0.2}"
7-
: "${PHP_VERSION=7.4}"
5+
: "${TIDEWAYS_VERSION:=4.1.4}"
6+
: "${TIDEWAYS_XHPROF_VERSION:=5.0.2}"
7+
: "${PHP_VERSION:=7.4}"
88

99
die() {
1010
echo >&2 "ERROR: $*"

0 commit comments

Comments
 (0)