Przeglądaj źródła

More portable shebang

Mark Shust 2 lat temu
rodzic
commit
f9c985f397
1 zmienionych plików z 1 dodań i 1 usunięć
  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}