Change shebang lines to /bin/sh

This commit is contained in:
Tuncer Ayaz 2011-07-13 18:00:52 +02:00
parent 6749bb6ac0
commit 12b26fab32
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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