summaryrefslogtreecommitdiff
path: root/packaging/Example
diff options
context:
space:
mode:
authorKarolin Seeger <ks@samba.org>2008-01-08 12:23:25 +0100
committerMichael Adam <obnox@samba.org>2008-01-08 12:42:12 +0100
commitf0b67934143b24914ef36c1d326350ef0ca66ee3 (patch)
treedeb38da74696f192ab315a7b784270a52fcd6aae /packaging/Example
parent17e8104d9b0032dd3a7aa7242bc23f2021723e07 (diff)
downloadsamba-f0b67934143b24914ef36c1d326350ef0ca66ee3.tar.gz
samba-f0b67934143b24914ef36c1d326350ef0ca66ee3.tar.bz2
samba-f0b67934143b24914ef36c1d326350ef0ca66ee3.zip
Add missing quote. Fix bug 5172. Thanks to Jason Filley <jason@snakelegs.org> for reporting!
Karolin (This used to be commit 6be1ee8e6fb4e7fd413098c40b40569a980bd7a5)
Diffstat (limited to 'packaging/Example')
-rwxr-xr-xpackaging/Example/setup.sh2
1 files changed, 1 insertions, 1 deletions
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]"