From 3def1d5ea680d65819f61900308b47d07867143a Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 14 May 2016 15:24:18 +1000 Subject: [PATCH] Fix PCBSD filename --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 271e2688..5aa04ab3 100755 --- a/neofetch +++ b/neofetch @@ -511,7 +511,7 @@ getdistro () { distro=${distro/DragonFly/DragonFlyBSD} # Workaround for PCBSD as uname still displays FreeBSD. - [ -f "/etc/pcdbsd-lang" ] && distro="PCBSD" + [ -f "/etc/pcbsd-lang" ] && distro="PCBSD" ;; "Windows")