Skip to content

Commit

Permalink
escape
Browse files Browse the repository at this point in the history
  • Loading branch information
crpb committed Aug 10, 2023
1 parent 544f76d commit 6e776da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fnt
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ case "$1" in
echo "Installing ${name} ${ver} [${downsize} ${instsize}000 ${MIRROR}/${fpath}]..."
curl -s "${MIRROR}/${fpath}" -o "${TMPDIR}/$f"
cd "${TMPDIR}" || exit 1
data="$(ar t "$f" | grep '^data.')"
data="$(ar t "$f" | grep '^data\.')"
ar x "$f" "$data"
tar xf "$data"
find "${TMPDIR}" -name "*.?tf" -exec cp {} "$target" \;
Expand Down

0 comments on commit 6e776da

Please sign in to comment.