diff options
author | Karolin Seeger <ks@samba.org> | 2008-01-08 12:23:25 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-01-08 12:42:12 +0100 |
commit | f0b67934143b24914ef36c1d326350ef0ca66ee3 (patch) | |
tree | deb38da74696f192ab315a7b784270a52fcd6aae | |
parent | 17e8104d9b0032dd3a7aa7242bc23f2021723e07 (diff) | |
download | samba-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)
-rwxr-xr-x | packaging/Example/setup.sh | 2 |
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]" |