diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-10-09 10:10:31 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-10-09 10:10:31 +0200 |
commit | 0beb42ebe8f9c16b0b66932103ecbef5b3ce83d1 (patch) | |
tree | 54893a429d5e21f3003244144794cb6d4347c1dc /autotest.sh | |
parent | c62b9c7e7004b30f722df8c9a3edb180bb998b64 (diff) | |
download | nextcloud-server-0beb42ebe8f9c16b0b66932103ecbef5b3ce83d1.tar.gz nextcloud-server-0beb42ebe8f9c16b0b66932103ecbef5b3ce83d1.zip |
Remove comment about hhvm
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'autotest.sh')
-rwxr-xr-x | autotest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotest.sh b/autotest.sh index 8958121a5b8..f0ceca62b40 100755 --- a/autotest.sh +++ b/autotest.sh @@ -22,7 +22,7 @@ BASEDIR=$PWD PRIMARY_STORAGE_CONFIGS="local swift" DBCONFIGS="sqlite mysql mariadb pgsql oci mysqlmb4" -# $PHP_EXE is run through 'which' and as such e.g. 'php' or 'hhvm' is usually +# $PHP_EXE is run through 'which' and as such e.g. 'php' is usually # sufficient. Due to the behaviour of 'which', $PHP_EXE may also be a path # (absolute or not) to an executable, e.g. ./code/projects/php-src/sapi/cli/php. if [ -z "$PHP_EXE" ]; then |