diff --git a/extra/etc-hosts/etc-hosts.factor b/extra/etc-hosts/etc-hosts.factor index 6bdd6f8060b..4e102bba1d6 100644 --- a/extra/etc-hosts/etc-hosts.factor +++ b/extra/etc-hosts/etc-hosts.factor @@ -7,7 +7,7 @@ IN: etc-hosts HOOK: hosts-path os ( -- path ) M: windows hosts-path - "SystemRoot" os-env "/System32/drivers/etc/hosts" append-path ; + "SystemRoot" os-env "System32/drivers/etc/hosts" append-path ; M: unix hosts-path "/etc/hosts" ;