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 6261f40 commit b56686eCopy full SHA for b56686e
Configs/.local/lib/hyde/font.sh
@@ -80,6 +80,7 @@ download_and_extract() {
80
81
resolve() {
82
local layout_path="${1}"
83
+ layout_path="$(printf "%s" "${layout_path}")"
84
layout_path="$(realpath "${layout_path}")"
85
if [[ ! -f "${layout_path}" ]]; then
86
echo "[font] Layout file not found: ${layout_path}"
0 commit comments