Skip to content

Commit d47aca2

Browse files
authored
Standardize shebangs to #!/usr/bin/env bash (#1409)
1 parent 8a6611f commit d47aca2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compose/bin/debug-cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
S=$(bin/clinotty cat /usr/local/etc/php/php.ini | grep -iGc 'xdebug.mode = off');
33
R=$(grep -c 'XDEBUG_CONFIG=idekey' ./env/phpfpm.env)
44

compose/bin/init

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# Script to initialize a Magento development environment
44

0 commit comments

Comments
 (0)