Skip to content

Commit

Permalink
libssh.sh: use single quote [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Nov 22, 2022
1 parent c6e9aae commit 379850a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ _VER="$1"
l="$(grep --no-filename -a 'OPENSSL_VERSION_NUMBER' "${i}"/* | head -1)"
tmp="$(mktemp)"
touch -r "${v}" "${tmp}"
printf "\n#if 0\n%s\n#endif\n" "${l}" >> "${v}"
printf '\n#if 0\n%s\n#endif\n' "${l}" >> "${v}"
touch -r "${tmp}" "${v}"
rm -f "${tmp}"
fi
Expand Down

0 comments on commit 379850a

Please sign in to comment.