Browse Source

More portable shebang

Mark Shust 2 năm trước cách đây
mục cha
commit
f9c985f397
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}