Explorar el Código

More portable shebang

Mark Shust hace 2 años
padre
commit
f9c985f397
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compose/bin/setup-install

+ 1 - 1
compose/bin/setup-install

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 set -o errexit
 
 DOMAIN=${1:-magento.test}