Replace /bin/bash with /bin/sh

/bin/bash is a Linuxism.  /bin/sh is portable, and this script isn't
using any bash-specific features.
This commit is contained in:
Alan Somers 2017-07-27 14:34:07 -06:00
parent 74115a2a1e
commit 726e9530d6

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#=======================================================================
# Copyright 2009 Trustees of Indiana University.