Skip to content

Commit

Permalink
Use sh as least common denominator shell
Browse files Browse the repository at this point in the history
Some distros don't ship with bash, but will have sh.

see also: rails/cssbundling-rails#98
  • Loading branch information
stevenharman committed Aug 26, 2022
1 parent a534833 commit f9a27f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install/dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh

if ! gem list foreman -i --silent; then
echo "Installing foreman..."
Expand Down

0 comments on commit f9a27f2

Please sign in to comment.