We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271821a commit 77e9f8fCopy full SHA for 77e9f8f
create_tarball.sh
@@ -64,7 +64,7 @@ fi
64
65
# consider both CPU-only and accelerator subdirectories (if an accelerator was configured)
66
sw_subdirs=${cpu_arch_subdir}
67
-if [ -n ${accel_subdir} ]; then
+if [ -n "${accel_subdir}" ]; then
68
sw_subdirs="${sw_subdirs} ${cpu_arch_subdir}/${accel_subdir}"
69
fi
70
for subdir in ${sw_subdirs}; do
0 commit comments