summaryrefslogtreecommitdiff
path: root/packaging
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 13:41:54 +0100
commit514991a4acc55c721e6ad8b5a27106ab35ea5d45 (patch)
treed3f46c4be8a6b01470fbf4c56fe6717252c2597c /packaging
parentb3bb276682a2202b6cb1b6f8628cfd7de302f6c6 (diff)
downloadsamba-514991a4acc55c721e6ad8b5a27106ab35ea5d45.tar.gz
Add missing quote. Fix bug 5172. Thanks to Jason Filley <jason@snakelegs.org> for reporting!
Karolin
Diffstat (limited to 'packaging')
-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 994b16d5ef0..7fd8fc41105 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]"