From 0eadfe213143ae7af5a9cdfdaabbb0fd76fe2690 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Wed, 25 Dec 2019 19:14:41 +0100 Subject: [PATCH] Remove x flag --- tests/makephar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/makephar.sh b/tests/makephar.sh index 740a4371..1f3309a5 100755 --- a/tests/makephar.sh +++ b/tests/makephar.sh @@ -1,4 +1,4 @@ -#!/bin/bash -ex +#!/bin/bash -e # Configure PHP_MAJOR_VERSION=$(php -r 'echo PHP_MAJOR_VERSION;')