Merge "Update comment about enabled extensions"
[lhc/web/wiklou.git] / maintenance / dev / install.sh
index daa7888..2219894 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-if [[ "x$BASH_SOURCE" == "x" ]]; then echo '$BASH_SOURCE not set'; exit 1; fi
+if [ "x$BASH_SOURCE" == "x" ]; then echo '$BASH_SOURCE not set'; exit 1; fi
 DEV=$(cd -P "$(dirname "${BASH_SOURCE[0]}" )" && pwd)
 
 "$DEV/installphp.sh"