Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / scripts / password-hash.sh
index 611ee533084ec6708648a1c02787bcb7f90ad57f..18d057abc7c847c46cf3e6d16bad926d4853510a 100755 (executable)
@@ -17,7 +17,7 @@ if (PHP_SAPI !== 'cli') {
 }
 
 if (version_compare(PHP_VERSION, '5.4.5') < 0) {
-  $version  = PHP_VERSION;
+  $version = PHP_VERSION;
   echo <<<EOF
 
 ERROR: This script requires at least PHP version 5.4.5. You invoked it with