Skip to content

Commit 6866dc3

Browse files
authored
refactor: use #!/usr/bin/env bash instead of #!/bin/bash (#109)
1 parent 49e1dbb commit 6866dc3

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

commands/web/eslint

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
#ddev-generated
44
## Command provided by https://github.com/ddev/ddev-drupal-contrib

commands/web/expand-composer-json

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
#ddev-generated
44
## Command provided by https://github.com/ddev/ddev-drupal-contrib

commands/web/nightwatch

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
#ddev-generated
44
## Command provided by https://github.com/ddev/ddev-drupal-contrib

commands/web/phpcbf

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
#ddev-generated
44
## Command provided by https://github.com/ddev/ddev-drupal-contrib

commands/web/phpcs

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
#ddev-generated
44
## Command provided by https://github.com/ddev/ddev-drupal-contrib

commands/web/phpstan

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
#ddev-generated
44
## Command provided by https://github.com/ddev/ddev-drupal-contrib

commands/web/phpunit

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
#ddev-generated
44
## Command provided by https://github.com/ddev/ddev-drupal-contrib

commands/web/poser

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
#ddev-generated
44
## Command provided by https://github.com/ddev/ddev-drupal-contrib

commands/web/stylelint

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
#ddev-generated
44
## Command provided by https://github.com/ddev/ddev-drupal-contrib

commands/web/symlink-project

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
#ddev-generated
44
## Command provided by https://github.com/ddev/ddev-drupal-contrib

0 commit comments

Comments
 (0)