From 703e1b8a0cc700ec45fe638582db20dd55338660 Mon Sep 17 00:00:00 2001 From: lethosor Date: Wed, 2 Jan 2019 19:15:19 -0500 Subject: [PATCH] Consolidate cd commands --- travis/download-df.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/travis/download-df.sh b/travis/download-df.sh index cedb843b9..4eae6f9b9 100755 --- a/travis/download-df.sh +++ b/travis/download-df.sh @@ -10,9 +10,8 @@ cd "$(dirname "$0")" echo "DF_VERSION: $DF_VERSION" echo "DF_FOLDER: $DF_FOLDER" mkdir -p "$DF_FOLDER" -cd "$DF_FOLDER" # back out of df_linux -cd .. +cd "$DF_FOLDER/.." if [ -f receipt ]; then if [ "$selfmd5" != "$(cat receipt)" ]; then