aboutsummaryrefslogtreecommitdiffstats
path: root/rebar3
diff options
context:
space:
mode:
authorJared Morrow <[email protected]>2015-06-23 08:32:34 -0600
committerJared Morrow <[email protected]>2015-06-23 08:32:34 -0600
commitcf5ed973dbfadd5edcc1d7d9e7ddcfcc202769df (patch)
tree883b740e93e46ff6c77f68950283a21ec87ea8bf /rebar3
parent1d29547668dc0927cb56d84970a435022cab8411 (diff)
downloadrelx-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 'rebar3')
0 files changed, 0 insertions, 0 deletions