From 9c7394db81398e30f39daee69c34ca75e6f86e6e Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Sun, 30 Dec 2018 12:46:28 -0600 Subject: [PATCH] #4635 Clean up code branch --- package/linux/make_archive.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/package/linux/make_archive.sh b/package/linux/make_archive.sh index b94e9d0f1a..63e3931c5f 100755 --- a/package/linux/make_archive.sh +++ b/package/linux/make_archive.sh @@ -59,13 +59,6 @@ if [[ ! -z "$PP_BIN" ]]; then PP_BIN=$(which pp) echo "Found pp at $PP_BIN" fi -if [[ ! -z "$TRAVIS_BUILD_DIR" ]]; then - SLIC3R_DIR="./" -else - SLIC3R_DIR="$TRAVIS_BUILD_DIR" -fi -echo "Set SLIC3R_DIR to $SLIC3R_DIR". - if [[ -d "${appfolder}" ]]; then echo "Deleting old working folder: ${appfolder}"