Openvino ep ort 5.1 #309
Openvino ep ort 5.1 #309
reviewdog [shellcheck] report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (888)
onnxruntime/python/tools/tensorrt/perf/setup_scripts/setup_many_models.sh|1 col 2| Remove spaces between # and ! in the shebang.
onnxruntime/python/tools/tensorrt/perf/setup_scripts/setup_many_models.sh|5 col 7| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/perf.sh|4 col 4| Invalid flags are not handled. Add a *) case.
onnxruntime/python/tools/tensorrt/perf/perf.sh|17 col 6| Use -n instead of ! -z.
onnxruntime/python/tools/tensorrt/perf/perf.sh|24 col 6| Use -n instead of ! -z.
onnxruntime/python/tools/tensorrt/perf/perf.sh|24 col 11| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/perf.sh|26 col 24| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/perf.sh|27 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
onnxruntime/python/tools/tensorrt/perf/perf.sh|27 col 8| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/perf.sh|46 col 19| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/perf.sh|61 col 9| Use 'find .. -print0 | xargs -0 ..' or 'find .. -exec .. +' to allow non-alphanumeric filenames.
onnxruntime/python/tools/tensorrt/perf/perf.sh|68 col 48| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/perf.sh|68 col 70| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/perf.sh|68 col 78| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/mem_test/run_mem_test_docker.sh|7 col 4| Invalid flags are not handled. Add a *) case.
onnxruntime/python/tools/tensorrt/perf/mem_test/run_mem_test_docker.sh|22 col 9| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/mem_test/run_mem_test_docker.sh|27 col 31| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/mem_test/run_mem_test_docker.sh|27 col 66| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/mem_test/run_mem_test_docker.sh|27 col 146| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/mem_test/run_mem_test_docker.sh|27 col 166| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/mem_test/run_mem_test_docker.sh|27 col 188| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/mem_test/run.sh|8 col 4| Invalid flags are not handled. Add a *) case.
onnxruntime/python/tools/tensorrt/perf/mem_test/run.sh|25 col 9| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/mem_test/run.sh|30 col 9| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/mem_test/run.sh|35 col 6| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/mem_test/run.sh|37 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
onnxruntime/python/tools/tensorrt/perf/mem_test/run.sh|37 col 8| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/mem_test/run.sh|40 col 111| Quote this to prevent word splitting.
onnxruntime/python/tools/tensorrt/perf/mem_test/run.sh|43 col 1| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
onnxruntime/python/tools/tensorrt/perf/mem_test/run.sh|43 col 4| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/mem_test/run.sh|46 col 1| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
onnxruntime/python/tools/tensorrt/perf/mem_test/run.sh|58 col 6| Quote this to prevent word splitting.
onnxruntime/python/tools/tensorrt/perf/mem_test/run.sh|59 col 74| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/mem_test/run.sh|60 col 6| Quote this to prevent word splitting.
onnxruntime/python/tools/tensorrt/perf/mem_test/run.sh|67 col 11| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/mem_test/run.sh|69 col 36| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/mem_test/run.sh|70 col 23| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/mem_test/run.sh|71 col 24| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/mem_test/run.sh|75 col 12| Quote this to prevent word splitting.
onnxruntime/python/tools/tensorrt/perf/mem_test/run.sh|104 col 11| Quote this to prevent word splitting.
onnxruntime/python/tools/tensorrt/perf/mem_test/run.sh|116 col 9| -e doesn't work with globs. Use a for loop.
onnxruntime/python/tools/tensorrt/perf/mem_test/run.sh|121 col 10| Quote this to prevent word splitting.
onnxruntime/python/tools/tensorrt/perf/run_perf_docker.sh|5 col 4| Invalid flags are not handled. Add a *) case.
onnxruntime/python/tools/tensorrt/perf/run_perf_docker.sh|21 col 26| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/run_perf_docker.sh|21 col 56| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/run_perf_docker.sh|21 col 70| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/run_perf_docker.sh|21 col 94| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/run_perf_docker.sh|21 col 102| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/run_perf_docker.sh|21 col 175| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/run_perf_docker.sh|21 col 186| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/run_perf_docker.sh|21 col 201| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/run_perf_machine.sh|5 col 4| Invalid flags are not handled. Add a *) case.
onnxruntime/python/tools/tensorrt/perf/run_perf_machine.sh|16 col 14| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/tensorrt/perf/run_perf_machine.sh|16 col 35| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|1 col 1| Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
onnxruntime/python/tools/transformers/run_benchmark.sh|66 col 167| run_cpu is referenced but not assigned.
onnxruntime/python/tools/transformers/run_benchmark.sh|66 col 229| sequence_length is referenced but not assigned (did you mean 'sequence_lengths'?).
onnxruntime/python/tools/transformers/run_benchmark.sh|133 col 19| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|133 col 40| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|133 col 43| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|133 col 64| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|133 col 67| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|133 col 70| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|134 col 19| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|134 col 40| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|134 col 43| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|134 col 62| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|134 col 65| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|134 col 68| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|136 col 16| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|136 col 37| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|136 col 40| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|136 col 61| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|136 col 64| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|136 col 67| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|137 col 16| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|137 col 37| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|137 col 40| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|137 col 59| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|137 col 62| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|137 col 65| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|143 col 19| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|143 col 40| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|143 col 43| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|143 col 64| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|143 col 77| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|143 col 80| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|143 col 83| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|144 col 19| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|144 col 40| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|144 col 43| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|144 col 62| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|144 col 75| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|144 col 78| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|144 col 81| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|146 col 16| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|146 col 37| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|146 col 40| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|146 col 61| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|146 col 74| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|146 col 77| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|146 col 80| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|147 col 16| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|147 col 37| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|147 col 40| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|147 col 59| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|147 col 72| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|147 col 75| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|147 col 78| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|152 col 19| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|152 col 49| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|152 col 52| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|152 col 71| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|152 col 74| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|152 col 77| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|154 col 16| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|154 col 46| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|154 col 49| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|154 col 68| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|154 col 71| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|154 col 74| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|159 col 19| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|159 col 50| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|159 col 53| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|159 col 72| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|159 col 75| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|159 col 78| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|161 col 16| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|161 col 47| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|161 col 50| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|161 col 69| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|161 col 72| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|161 col 75| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|166 col 19| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|166 col 55| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|166 col 58| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|166 col 77| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|166 col 80| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|166 col 83| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|168 col 16| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|168 col 52| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|168 col 55| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|168 col 74| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|168 col 77| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|168 col 80| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|173 col 19| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|173 col 54| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|173 col 57| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|173 col 76| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|173 col 79| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|173 col 82| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|175 col 16| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|175 col 51| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|175 col 54| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|175 col 73| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|175 col 76| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|175 col 79| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|187 col 42| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|198 col 42| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|206 col 37| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|214 col 37| Double quote to prevent globbing and word splitting.
onnxruntime/python/tools/transformers/run_benchmark.sh|219 col 18| This expression is constant. Did you forget the $ on a variable?
onnxruntime/python/tools/transformers/run_benchmark.sh|220 col 10| log_file is referenced but not assigned.
onnxruntime/python/tools/transformers/run_benchmark.sh|220 col 10| Double quote to prevent globbing and word splitting.
js/build_web.sh|18 col 5| DIR_OS appears unused. Verify use (or export if used externally).
js/build_web.sh|22 col 9| Double quote to prevent globbing and word splitting.
dockerfiles/scripts/docker_run_vitisai.sh|8 col 6| Use $(...) notation instead of legacy backticks ...
.
dockerfiles/scripts/docker_run_vitisai.sh|9 col 5| Use $(...) notation instead of legacy backticks ...
.
dockerfiles/scripts/docker_run_vitisai.sh|10 col 5| Use $(...) notation instead of legacy backticks ...
.
dockerfiles/scripts/docker_run_vitisai.sh|26 col 5| Double quote to prevent globbing and word splitting.
dockerfiles/scripts/docker_run_vitisai.sh|29 col 13| Double quote to prevent globbing and word splitting.
dockerfiles/scripts/docker_run_vitisai.sh|29 col 26| Double quote to prevent globbing and word splitting.
dockerfiles/scripts/docker_run_vitisai.sh|29 col 38| Double quote to prevent globbing and word splitting.
dockerfiles/scripts/docker_run_vitisai.sh|30 col 8| Double quote to prevent globbing and word splitting.
dockerfiles/scripts/install_centos_arm64.sh|1 col 1| Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
dockerfiles/scripts/install_centos_arm64.sh|8 col 6| Use $(...) notation instead of legacy backticks ...
.
dockerfiles/scripts/install_centos_arm64.sh|13 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
dockerfiles/scripts/install_centos_arm64.sh|15 col 5| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
dockerfiles/scripts/install_centos_arm64.sh|17 col 42| Quote this to prevent word splitting.
dockerfiles/scripts/install_centos_arm64.sh|18 col 12| Quote this to prevent word splitting.
dockerfiles/scripts/install_common_deps.sh|2 col 1| DEBIAN_FRONTEND appears unused. Verify use (or export if used externally).
dockerfiles/scripts/install_rocm_deps.sh|3 col 1| DEBIAN_FRONTEND appears unused. Verify use (or export if used externally).
dockerfiles/scripts/install_rocm_deps.sh|19 col 1| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
dockerfiles/scripts/install_rocm_deps.sh|21 col 1| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
dockerfiles/scripts/install_rocm_deps.sh|33 col 1| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
dockerfiles/scripts/install_rocm_deps.sh|35 col 1| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
dockerfiles/scripts/install_rocm_deps.sh|47 col 1| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
dockerfiles/scripts/install_rocm_deps.sh|49 col 1| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
dockerfiles/scripts/install_rocm_deps.sh|61 col 1| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
dockerfiles/scripts/install_rocm_deps.sh|63 col 1| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
dockerfiles/scripts/install_rocm_deps.sh|76 col 1| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
dockerfiles/scripts/install_rocm_deps.sh|78 col 1| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
tools/doc/builddoc.sh|1 col 1| Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
tools/doc/builddoc.sh|12 col 1| Double quote to prevent globbing and word splitting.
tools/doc/builddoc.sh|12 col 29| Double quote to prevent globbing and word splitting.
tools/doc/builddoc.sh|18 col 8| Double quote to prevent globbing and word splitting.
tools/doc/builddoc.sh|20 col 1| Double quote to prevent globbing and word splitting.
tools/doc/builddoc.sh|20 col 38| Double quote to prevent globbing and word splitting.
tools/doc/builddoc.sh|20 col 61| Double quote to prevent globbing and word splitting.
tools/doc/builddoc.sh|20 col 77| Double quote to prevent globbing and word splitting.
tools/doc/builddoc.sh|21 col 1| Double quote to prevent globbing and word splitting.
tools/doc/builddoc.sh|21 col 14| Double quote to prevent globbing and word splitting.
tools/doc/builddoc.sh|21 col 45| Double quote to prevent globbing and word splitting.
tools/ci_build/github/apple/build_host_protoc.sh|36 col 9| Quote this to prevent word splitting.
tools/ci_build/github/linux/upload_code_coverage_data.sh|5 col 40| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/upload_code_coverage_data.sh|6 col 1| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/upload_code_coverage_data.sh|6 col 104| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/upload_code_coverage_data.sh|6 col 139| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/upload_code_coverage_data.sh|6 col 155| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/upload_code_coverage_data.sh|6 col 167| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/upload_code_coverage_data.sh|6 col 198| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/upload_code_coverage_data.sh|6 col 206| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/upload_code_coverage_data.sh|6 col 224| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|14 col 4| Invalid flags are not handled. Add a *) case.
tools/ci_build/github/linux/run_build.sh|24 col 6| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|26 col 10| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|34 col 7| ShellCheck can't follow non-constant source. Use a directive to specify location.
tools/ci_build/github/linux/run_build.sh|35 col 11| This alias can't be defined and used in the same parsing unit. Use a function instead.
tools/ci_build/github/linux/run_build.sh|35 col 56| This expands when defined, not when used. Consider escaping.
tools/ci_build/github/linux/run_build.sh|36 col 5| Since they're in the same parsing unit, this command will not refer to the previously mentioned alias.
tools/ci_build/github/linux/run_build.sh|38 col 12| Quote this to prevent word splitting.
tools/ci_build/github/linux/run_build.sh|42 col 10| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|43 col 31| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|43 col 31| Possible misspelling: CUDNN_VERSION may not be assigned. Did you mean _CUDNN_VERSION?
tools/ci_build/github/linux/run_build.sh|44 col 17| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|45 col 30| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|48 col 43| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|48 col 64| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|50 col 14| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|52 col 16| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|56 col 31| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|57 col 17| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|58 col 30| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|61 col 53| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|63 col 17| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|64 col 30| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|64 col 49| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_cuda_c_api_package.sh|5 col 1| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_cuda_c_api_package.sh|5 col 51| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_cuda_c_api_package.sh|8 col 80| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_cuda_c_api_package.sh|9 col 29| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_cuda_c_api_package.sh|9 col 72| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/create_package.sh|3 col 8| Use $(...) notation instead of legacy backticks ...
.
tools/ci_build/github/linux/create_package.sh|3 col 18| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/create_package.sh|4 col 12| Use $(...) notation instead of legacy backticks ...
.
tools/ci_build/github/linux/create_package.sh|4 col 21| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/create_package.sh|5 col 13| Use $(...) notation instead of legacy backticks ...
.
tools/ci_build/github/linux/create_package.sh|5 col 23| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/create_package.sh|6 col 10| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/create_package.sh|18 col 16| This is a literal string. To run as a command, use $(..) instead of '..' .
tools/ci_build/github/linux/create_package.sh|20 col 6| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/create_package.sh|22 col 98| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/create_package.sh|22 col 141| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/create_package.sh|22 col 184| Double quote to prevent globbing and word splitting.
... (Too many findings. Dropped some findings)