Skip to content

Commit

Permalink
slic3r#4635 Clean up code branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofhyphens committed Dec 31, 2018
1 parent a3073af commit 9c7394d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions package/linux/make_archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 9c7394d

Please sign in to comment.