From f0b67934143b24914ef36c1d326350ef0ca66ee3 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Tue, 8 Jan 2008 12:23:25 +0100 Subject: Add missing quote. Fix bug 5172. Thanks to Jason Filley for reporting! Karolin (This used to be commit 6be1ee8e6fb4e7fd413098c40b40569a980bd7a5) --- packaging/Example/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging/Example') diff --git a/packaging/Example/setup.sh b/packaging/Example/setup.sh index 994b16d5ef..7fd8fc4110 100755 --- a/packaging/Example/setup.sh +++ b/packaging/Example/setup.sh @@ -24,4 +24,4 @@ echo "Done. Now settting up samba command" ln /sbin/init.d/samba.init /sbin/samba echo "Done." echo "To start / stop samba:" -echo " execute: samba [start | stop] +echo " execute: samba [start | stop]" -- cgit