File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ pushd dist
30
30
${PYTHON} -m wheel unpack -d dpctl_wheel dpctl* .whl
31
31
export lib_name=libDPCTLSyclInterface
32
32
echo ${lib_name}
33
- export so_full_path=$( find dpctl_wheel -regextype posix-extended -regex ' ^.*${lib_name}\.so' )
33
+ export so_full_path=$( find dpctl_wheel -regextype posix-extended -regex " ^.*${lib_name} \.so" )
34
34
echo " So full path: ${so_full_path} "
35
- export sox_full_path=$( find dpctl_wheel -regextype posix-extended -regex ' ^.*${lib_name}\.so\.[0-9]*$' )
35
+ export sox_full_path=$( find dpctl_wheel -regextype posix-extended -regex " ^.*${lib_name} \.so\.[0-9]*$" )
36
36
echo " Sox full path: ${sox_full_path} "
37
- export soxxx_full_path=$( find dpctl_wheel -regextype posix-extended -regex ' ^.*${lib_name}\.so\.[0-9]*\.[0-9]*$' )
37
+ export soxxx_full_path=$( find dpctl_wheel -regextype posix-extended -regex " ^.*${lib_name} \.so\.[0-9]*\.[0-9]*$" )
38
38
echo " Soxxx full path: ${soxxx_full_path} "
39
39
rm -rf ${so_name} ${soxxx_name}
40
40
echo " Removed two files"
You can’t perform that action at this time.
0 commit comments