From 28b5275c733141dfe86a6568e3165ecc2792459e Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Wed, 19 Jul 2017 18:51:40 -0700 Subject: [PATCH] Use move -pv on Travis --- scripts/install-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-dependencies.sh b/scripts/install-dependencies.sh index d6b31dd3..6ea90bbd 100755 --- a/scripts/install-dependencies.sh +++ b/scripts/install-dependencies.sh @@ -6,7 +6,7 @@ HERE=$PWD # Override gcc version to $GCC_VER. # 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 do test -x $( type -p ${g}-$GCC_VER )