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 574b393 commit b15873fCopy full SHA for b15873f
install.sh
@@ -80,7 +80,7 @@ install_binary() {
80
# Create temporary directory
81
local tmp_dir
82
tmp_dir=$(mktemp -d)
83
- trap "rm -rf ${tmp_dir}" EXIT
+ trap 'rm -rf "${tmp_dir}"' EXIT
84
85
# Download and extract
86
if ! curl -sL "${url}" | tar -xz -C "${tmp_dir}"; then
0 commit comments