ソースを参照

More portable shebang

Mark Shust 2 年 前
コミット
f9c985f397
1 ファイル変更1 行追加1 行削除
  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}