|
|
|
|
|
by stephenr
3176 days ago
|
|
Sure, I understand this was definitely a problem for a long time, it just seemed odd to post it now (I initially thought maybe it was a new submission of an old blog post). FYI Your shell script is still not really valid. You should either fix the bash-isms (best option) or target bash specifically in the shebang line. ShellCheck (http://www.shellcheck.net) should help with making it sh (posix shell) compatible. Edit: probably more friendly. |
|