Enhance screen output for DragonFly BSD

This commit is contained in:
mboelen 2014-12-05 17:03:04 +01:00
parent 7f45bb5d85
commit 40e93c9b45
1 changed files with 1 additions and 0 deletions

View File

@ -361,6 +361,7 @@
case ${OS} in
"AIX") ECHOCMD="echo" ;;
"DragonFly") ECHOCMD="echo -e"; ECHONB="echo -n" ;;
"MacOS") ECHOCMD="echo" ;;
"Solaris") ECHOCMD="echo" ;;
"Linux")