mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Change shebang lines to /bin/sh
This commit is contained in:
parent
6749bb6ac0
commit
12b26fab32
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
## This script replaces the default "erl" in erts-VSN/bin. This is necessary
|
## This script replaces the default "erl" in erts-VSN/bin. This is necessary
|
||||||
## as escript depends on erl and in turn, erl depends on having access to a
|
## as escript depends on erl and in turn, erl depends on having access to a
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
# -*- tab-width:4;indent-tabs-mode:nil -*-
|
# -*- tab-width:4;indent-tabs-mode:nil -*-
|
||||||
# ex: ts=4 sw=4 et
|
# ex: ts=4 sw=4 et
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue