Skip to content

Commit

Permalink
last which fix for debian
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmyczko committed Dec 8, 2021
1 parent e241efc commit 500ba21
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 @@ -13,7 +13,7 @@ INDEX="http:https://ftp.ch.debian.org/debian/dists/sid/main/binary-all/Packages.xz"
GINDEX="https://sid.ethz.ch/debian/google-fonts/fonts-master/"
MIRROR="http:https://ftp.ch.debian.org/debian/"

if ! which uname >/dev/null; then
if ! which uname &>/dev/null; then
s="Windows"
else
s=$(uname -s)
Expand Down

0 comments on commit 500ba21

Please sign in to comment.