Selaa lähdekoodia

More portable shebang

Mark Shust 2 vuotta sitten
vanhempi
commit
f9c985f397
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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}