Skip to content

Commit

Permalink
Fixes conda.sh again
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Mar 16, 2015
1 parent 69b06e0 commit db4782f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/conda/conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ set -e

# This script automatically builds Conda packages

DEST_DIR="$(pwd)/$1"
ORIG_CWD="$(pwd)"
cd "$1"
DEST_DIR="$(pwd)"

cd "$ORIG_CWD"
cd "$(dirname "$0")/../.."
TOPLEVEL="$(pwd)"

Expand Down

0 comments on commit db4782f

Please sign in to comment.