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 1c4dfa2 commit f0aa7b6Copy full SHA for f0aa7b6
tools/scripts/lib_install/linux/install-all.sh
@@ -26,7 +26,7 @@ if [[ -f /etc/os-release ]]; then
26
dist_dir="${script_dir}/ubuntu-${VERSION_CODENAME}"
27
for exe_file in \
28
"${dist_dir}/install-prebuilt-packages.sh" "${dist_dir}/install-packages-from-source.sh"; do
29
- [[ -f "${exe_file}" ]] && "${privileged_command_prefix} ${exe_file}"
+ [[ -f "${exe_file}" ]] && ${privileged_command_prefix} "${exe_file}"
30
done
31
exit 0
32
fi
0 commit comments