Fix PCBSD filename

This commit is contained in:
Dylan 2016-05-14 15:24:18 +10:00
parent 77867e1671
commit 3def1d5ea6
1 changed files with 1 additions and 1 deletions

View File

@ -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")