Support for DragonFlyBSD
This commit is contained in:
parent
583709835e
commit
ea84cbd732
2
setup.sh
2
setup.sh
@ -63,7 +63,7 @@ read -e bbsname
|
|||||||
|
|
||||||
PLATFORM=`uname`
|
PLATFORM=`uname`
|
||||||
|
|
||||||
if [[ "$PLATFORM" == 'FreeBSD' ]] || [[ "$PLATFORM" == 'Darwin' ]]; then
|
if [[ "$PLATFORM" == 'FreeBSD' ]] || [[ "$PLATFORM" == 'Darwin' ]] || [[ "$PLATFORM" == 'DragonFly' ]]; then
|
||||||
SED=gsed
|
SED=gsed
|
||||||
else
|
else
|
||||||
SED=sed
|
SED=sed
|
||||||
|
Reference in New Issue
Block a user