From 10353603cc72f37034b86071f9c495d866dafeaf Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 1 Jun 2013 14:36:15 +0100 Subject: Installer: Fix FreeBSD detection --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') diff --git a/install b/install index fef5b4e..8d6ae18 100755 --- a/install +++ b/install @@ -63,7 +63,7 @@ zfiles=( if [[ -e /usr/bin/emerge ]]; then zfiles+=zsh/zshrc_gentoo fi -if [[ $OSTYPE == freebsd ]]; then +if [[ $OSTYPE == freebsd* ]]; then zfiles+=zsh/zshrc_freebsd fi -- cgit 1.4.1