Skip to content

Commit

Permalink
Consolidate cd commands
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Jan 3, 2019
1 parent 9663897 commit 703e1b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions travis/download-df.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 703e1b8

Please sign in to comment.