forked from boostorg/beast
Use move -pv on Travis
This commit is contained in:
@@ -6,7 +6,7 @@ HERE=$PWD
|
|||||||
|
|
||||||
# Override gcc version to $GCC_VER.
|
# Override gcc version to $GCC_VER.
|
||||||
# Put an appropriate symlink at the front of the path.
|
# Put an appropriate symlink at the front of the path.
|
||||||
mkdir -v $HOME/bin
|
mkdir -pv $HOME/bin
|
||||||
for g in gcc g++ gcov gcc-ar gcc-nm gcc-ranlib
|
for g in gcc g++ gcov gcc-ar gcc-nm gcc-ranlib
|
||||||
do
|
do
|
||||||
test -x $( type -p ${g}-$GCC_VER )
|
test -x $( type -p ${g}-$GCC_VER )
|
||||||
|
Reference in New Issue
Block a user