aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2019-11-15 23:21:12 +0100
committerDario Lombardo <lomato@gmail.com>2019-11-15 22:22:31 +0000
commite624545b957ad3b6780088e37ddda872e1b23735 (patch)
tree1b0f37b8eac23fa18f58dcd44b2a3578efac0613 /tools
parent5cd561829e218107599778889e4374f4340b5d9f (diff)
tools: fix echo in bsd-setup.
Change-Id: I17479e30ea70e7c9d080994330388b205bcf56e8 Reviewed-on: https://code.wireshark.org/review/35099 Reviewed-by: Dario Lombardo <lomato@gmail.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/bsd-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bsd-setup.sh b/tools/bsd-setup.sh
index 7def2cb03f..87d482da25 100755
--- a/tools/bsd-setup.sh
+++ b/tools/bsd-setup.sh
@@ -169,5 +169,5 @@ fi
if [ ! $ADDITIONAL ]
then
- echo "\n*** Optional packages not installed. Rerun with --install-optional to have them.\n"
+ echo -e "\n*** Optional packages not installed. Rerun with --install-optional to have them.\n"
fi