forked from boostorg/config
Merge pull request #168 from asomers/bin_bash
Fix bash paths in shebangs
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#! /bin/bash
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
# copyright John Maddock 2005
|
# copyright John Maddock 2005
|
||||||
# Use, modification and distribution are subject to the
|
# Use, modification and distribution are subject to the
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#! /bin/bash
|
#! /usr/bin/env bash
|
||||||
# copyright John Maddock 2005
|
# copyright John Maddock 2005
|
||||||
# Use, modification and distribution are subject to the
|
# Use, modification and distribution are subject to the
|
||||||
# Boost Software License, Version 1.0. (See accompanying file
|
# Boost Software License, Version 1.0. (See accompanying file
|
||||||
|
Reference in New Issue
Block a user