Bug 5172 - sh syntax error in packaging/Example/setup.sh
Summary: sh syntax error in packaging/Example/setup.sh
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Docs (show other bugs)
Version: 3.0.28
Hardware: All All
: P3 trivial
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba Documentation QA Contact~
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-04 01:45 UTC by Jason Filley
Modified: 2008-01-08 06:41 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Filley 2008-01-04 01:45:06 UTC
#pwd
/usr/local/src/samba-3.0.28

# find . -name \*.sh -exec sh -n '{}' \;
./packaging/Example/setup.sh[28]: no closing quote

...

# diff -u setup.sh.orig setup.sh
--- setup.sh.orig       Wed Jan  2 17:18:48 2008
+++ setup.sh    Wed Jan  2 17:20:14 2008
@@ -24,4 +24,4 @@
 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]"
Comment 1 Karolin Seeger 2008-01-08 06:41:26 UTC
Fixed in v3-2-test with commit 6be1ee8e6fb4e7fd413098c40b40569a980bd7a5.
Will be in one of the next releases.
Thanks for reporting!