Fix bash paths in shebangs

"/bin/bash" is a Linuxism.  "/usr/bin/env bash" is portable.
This commit is contained in:
Alan Somers
2017-07-26 11:23:05 -06:00
parent 8f09bc2846
commit 5cf4d8b369
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#! /bin/bash
#! /usr/bin/env bash
# copyright John Maddock 2005
# Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
#! /bin/bash
#! /usr/bin/env bash
# copyright John Maddock 2005
# Use, modification and distribution are subject to the
# Boost Software License, Version 1.0. (See accompanying file