Skip to content

Commit

Permalink
fbsd: mktemp
Browse files Browse the repository at this point in the history
  • Loading branch information
crpb committed Aug 12, 2023
1 parent 232c4c5 commit 5f705d4
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 @@ -172,7 +172,7 @@ case "$1" in
fi
fi
# retrive font from debian mirror
TMPDIR="$(mktemp --directory --suffix=fnt)"
TMPDIR="$(mktemp -d)"
trap 'rm -rf -- "$TMPDIR"' EXIT
name="$p"
infos="$(unxz -c "${PACKAGES}" | awk "/^Package: ${name}$/,/^$/" | awk '/^(Version|Installed-Size|Filename|Size|MD5sum): /')"
Expand Down

0 comments on commit 5f705d4

Please sign in to comment.