diff options
author | Jared Morrow <[email protected]> | 2015-06-23 08:32:34 -0600 |
---|---|---|
committer | Jared Morrow <[email protected]> | 2015-06-23 08:32:34 -0600 |
commit | cf5ed973dbfadd5edcc1d7d9e7ddcfcc202769df (patch) | |
tree | 883b740e93e46ff6c77f68950283a21ec87ea8bf /priv/templates/erl_ini | |
parent | 1d29547668dc0927cb56d84970a435022cab8411 (diff) | |
download | relx-cf5ed973dbfadd5edcc1d7d9e7ddcfcc202769df.tar.gz relx-cf5ed973dbfadd5edcc1d7d9e7ddcfcc202769df.tar.bz2 relx-cf5ed973dbfadd5edcc1d7d9e7ddcfcc202769df.zip |
Remove bashisms from run scripts
This commit removes the bashisms in `bin` and `extended_bin`.
Both of these scripts used `local` variables which are a bash
addition and aren't supported on Solaris/SmartOS /bin/sh. To keep
the local intention of the variables, they were renamed from $var to
$l_var.
In addition, `extended_bin` used `kill -SIGNAL $PID` which is also
not in Solaris `kill`.
Diffstat (limited to 'priv/templates/erl_ini')
0 files changed, 0 insertions, 0 deletions