Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2015-04-19 23:10:27 +0300
committermboelen <michael@cisofy.com>2015-04-19 23:10:27 +0300
commita6290d1bec9bd4e399fc0bc029a129219bfc3026 (patch)
tree217e86648a675db48a5e2338fe8397ad1d91ad94 /include/osdetection
parent4c8a6dc3d2612bc2a1f905d7b1758f8d31565a78 (diff)
Enhance screen output on Mac OS
Diffstat (limited to 'include/osdetection')
-rw-r--r--include/osdetection2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osdetection b/include/osdetection
index 7ebf3654..dbb0d1d8 100644
--- a/include/osdetection
+++ b/include/osdetection
@@ -360,7 +360,7 @@
case ${OS} in
"AIX") ECHOCMD="echo" ;;
"DragonFly"|"FreeBSD"|"NetBSD") ECHOCMD="echo -e"; ECHONB="echo -n" ;;
- "MacOS") ECHOCMD="echo" ;;
+ "MacOS") ECHOCMD="echo"; ECHONB="echo -n" ;;
"Solaris") ECHOCMD="echo" ;;
"Linux")
# Check if dash is used (Debian/Ubuntu)