Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Fix #2394: make shebangs consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
j605 committed Aug 16, 2017
1 parent d17285e commit 6c8c1d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/_run-docker
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

export USE_S3=true
export USE_VIRTUAL_HOSTS=true
Expand Down
2 changes: 1 addition & 1 deletion bin/run-addon
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -e
cd "$(dirname ${BASH_SOURCE[0]})/.."
Expand Down
2 changes: 1 addition & 1 deletion bin/run-server
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -e
bin="$(dirname ${BASH_SOURCE[0]})"
Expand Down

0 comments on commit 6c8c1d3

Please sign in to comment.