Oct. 27, 2012
10:48 p.m.
On Oct 27, 2012, at 3:27 PM, Richard Johnson <rjohnson+tz@ucar.edu> wrote:
We thus prefer standard /bin/sh use via the likes of ksh instead in our scripts.
Unfortunately, tzselect isn't a standard /bin/sh script; to quote an earlier message:
The "select" builtin is not POSIX.
and the script uses "select", so, whilst it can be a /bin/ksh script or a /bin/bash script, it would have to be changed to be a /bin/sh script.