Skip to content

Commit eb377c9

Browse files
committed
Probe PREFIX
1 parent f52abf1 commit eb377c9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dev/conda/osx-64/build.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ DEV_CONDA=$( cd $RECIPE_DIR/.. ; /bin/pwd -P )
2020
echo FIND JAVA PREFIX $PREFIX
2121
which java javac || true
2222
conda list
23-
source $PREFIX/etc/profile.d/conda.sh
23+
# Does not exist:
24+
# source $PREFIX/etc/profile.d/conda.sh
25+
set -x
26+
find $PREFIX
2427
which java javac || true
2528
echo $PATH
2629
set -x

0 commit comments

Comments
 (0)