Skip to content

Commit c243318

Browse files
Strengthen check for wheel copying step
1 parent ebf409f commit c243318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ln -s ${libdir}/${soxxx_name} ${libdir}/${sox_name}
6969
ln -s ${libdir}/${sox_name} ${libdir}/${so_name}
7070

7171
# Copy wheel package
72-
if [[ -v WHEELS_OUTPUT_FOLDER ]]; then
72+
if [[ -d "${WHEELS_OUTPUT_FOLDER}" ]]; then
7373
cp dist/dpctl*.whl "${WHEELS_OUTPUT_FOLDER[@]}"
7474
fi
7575

0 commit comments

Comments
 (0)