Merge pull request #306 from haskell-servant/jkarni/env-bash
Use env bash rather than /bin/bash.
This commit is contained in:
commit
4a03c6e8b5
6 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -
|
||||
#!/usr/bin/env bash
|
||||
#===============================================================================
|
||||
#
|
||||
# FILE: bump-versions.sh
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -
|
||||
#!/usr/bin/env bash
|
||||
#===============================================================================
|
||||
#
|
||||
# FILE: clear-sandbox.sh
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -
|
||||
#!/usr/bin/env bash
|
||||
#===============================================================================
|
||||
#
|
||||
# FILE: generate-nix-files.sh
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -
|
||||
#!/usr/bin/env bash
|
||||
#===============================================================================
|
||||
#
|
||||
# FILE: start-sandbox.sh
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -
|
||||
#!/usr/bin/env bash
|
||||
#===============================================================================
|
||||
#
|
||||
# FILE: test-all.sh
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -
|
||||
#!/usr/bin/env bash
|
||||
#===============================================================================
|
||||
#
|
||||
# FILE: upload.sh
|
||||
|
|
Loading…
Reference in a new issue