Merge pull request #168 from asomers/bin_bash

Fix bash paths in shebangs
This commit is contained in:
jzmaddock
2017-08-01 18:09:21 +01:00
committed by GitHub
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