From 43e00a4d57d3789e1e54d5204e17e8ea904dc41f Mon Sep 17 00:00:00 2001 From: marcoveeneman Date: Wed, 14 Mar 2018 07:42:17 +0100 Subject: Extract with full paths --- tools/travis/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/travis/script.sh b/tools/travis/script.sh index 8b53ff7..e70b114 100644 --- a/tools/travis/script.sh +++ b/tools/travis/script.sh @@ -5,7 +5,7 @@ set -ex export PATH=/tmp/gcc-arm-none-eabi-4_9-2015q3/bin:$PATH cd ../ChibiOS-RT/ext -7z e lwip-2.0.3-patched.7z +7z x lwip-2.0.3-patched.7z cd - git checkout -- . -- cgit v1.2.3