# HG changeset patch # User Ron Minnich # Date 1328726442 28800 # Node ID 95bdc02b7f609ab2878f7729f6ab4417418addfe # Parent ad37d4a36ecc7d219f1b157cd577f23380863b1a make it so that new installs work by using a font which exists. sys/src/cmd/acme/acme.c: select a font which works on nix. This way, we can stop having bad installs R=nixiedev, john CC=nix-dev http://codereview.appspot.com/5500071 Committer: John Floren diff -r ad37d4a36ecc -r 95bdc02b7f60 sys/src/cmd/acme/acme.c --- a/sys/src/cmd/acme/acme.c Tue Feb 07 22:39:52 2012 +0000 +++ b/sys/src/cmd/acme/acme.c Wed Feb 08 10:40:42 2012 -0800 @@ -37,7 +37,7 @@ char *fontnames[2] = { - "/lib/font/bit/lucidasans/euro.8.font", + "/lib/font/bit/anonpro/anon.14.font", "/lib/font/bit/lucm/unicode.9.font" };