Skip to content

Commit 11c408d

Browse files
committed
add space
Signed-off-by: Srikanth Ramakrishna <srikanth.ramakrishna@intel.com>
1 parent c5097d7 commit 11c408d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/xpu_packages_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fi
2525
## checks for the presence of MKL,DPCPP and CCL/MPI Packages in OneAPI directory
2626
list=("/opt/intel/oneapi/redist/lib" "/opt/intel/oneapi/redist/lib/ccl" "/opt/intel/oneapi/redist/lib/mpi")
2727

28-
for i in "${list[@]}";do
28+
for i in "${list[@]}"; do
2929
if [[ ! -d "${i}" ]]; then
3030
echo "OneAPI libraries not found/installed!"
3131
exit 1

0 commit comments

Comments
 (0)