Skip to content

Shell Tweak#16

Open
ThisNekoGuy wants to merge 1 commit intojlambert360:masterfrom
ThisNekoGuy:patch-1
Open

Shell Tweak#16
ThisNekoGuy wants to merge 1 commit intojlambert360:masterfrom
ThisNekoGuy:patch-1

Conversation

@ThisNekoGuy
Copy link

Changing " #!/bin/sh/ " to " #!/usr/bin/env sh " permits users of terminal shells other than bash, in addition to bash, to run the shell script without issue.
As it previously was, the script could not be run using fish.

Changing " #!/bin/sh/ " to " #!/usr/bin/env sh " permits users of terminal shells other than bash, in addition to bash, to run the shell script without issue.
As it previously was, the script could not be run using fish.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant