Support for DragonFlyBSD

This commit is contained in:
Andrew Pamment 2018-01-19 11:09:07 +10:00
parent 583709835e
commit ea84cbd732

View File

@ -63,7 +63,7 @@ read -e bbsname
PLATFORM=`uname`
if [[ "$PLATFORM" == 'FreeBSD' ]] || [[ "$PLATFORM" == 'Darwin' ]]; then
if [[ "$PLATFORM" == 'FreeBSD' ]] || [[ "$PLATFORM" == 'Darwin' ]] || [[ "$PLATFORM" == 'DragonFly' ]]; then
SED=gsed
else
SED=sed