Use move -pv on Travis

This commit is contained in:
Vinnie Falco
2017-07-19 18:51:40 -07:00
parent 8f3d5a094c
commit 28b5275c73

View File

@@ -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 )