Skip to content

Commit

Permalink
Merge pull request #306 from haskell-servant/jkarni/env-bash
Browse files Browse the repository at this point in the history
Use env bash rather than /bin/bash.
  • Loading branch information
jkarni committed Dec 25, 2015
2 parents 5b3477e + 1ea1340 commit 4a03c6e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scripts/bump-versions.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -
#!/usr/bin/env bash
#===============================================================================
#
# FILE: bump-versions.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/clear-sandbox.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -
#!/usr/bin/env bash
#===============================================================================
#
# FILE: clear-sandbox.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-nix-files.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -
#!/usr/bin/env bash
#===============================================================================
#
# FILE: generate-nix-files.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/start-sandbox.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -
#!/usr/bin/env bash
#===============================================================================
#
# FILE: start-sandbox.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/test-all.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -
#!/usr/bin/env bash
#===============================================================================
#
# FILE: test-all.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/upload.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -
#!/usr/bin/env bash
#===============================================================================
#
# FILE: upload.sh
Expand Down

0 comments on commit 4a03c6e

Please sign in to comment.