We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4920149 commit f72d71fCopy full SHA for f72d71f
.ci/install-phalcon.sh
@@ -22,7 +22,7 @@ then
22
cp "$HOME/assets/$LOCAL_PATH/phalcon.so" "$EXT_DIR/phalcon.so"
23
else
24
git clone --depth=1 -v https://github.com/phalcon/cphalcon.git -b "$PHALCON_VERSION" /tmp/phalcon
25
- cd /tmp/phalcon/build || extit 1
+ cd /tmp/phalcon/build || exit 1
26
./install --phpize "$(phpenv which phpize)" --php-config "$(phpenv which php-config)" 1> /dev/null
27
28
mkdir -p "$HOME/assets/$LOCAL_PATH"
0 commit comments