diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-05-15 02:49:17 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-05-15 02:49:17 +0000 |
commit | 29813d539747e58a6e3322df3f48eae4338c60b5 (patch) | |
tree | ad64253796dc7d189145d9bb72dbd175c35488f4 /www/zope3/files | |
parent | -Update to 2.0.0b4.p7 (diff) |
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps
Notes
Notes:
svn path=/head/; revision=274133
Diffstat (limited to 'www/zope3/files')
-rw-r--r-- | www/zope3/files/zeo3.sh.in | 1 | ||||
-rw-r--r-- | www/zope3/files/zope3.sh.in | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/www/zope3/files/zeo3.sh.in b/www/zope3/files/zeo3.sh.in index 9dbb591a7088..74bc669e2b33 100644 --- a/www/zope3/files/zeo3.sh.in +++ b/www/zope3/files/zeo3.sh.in @@ -56,7 +56,6 @@ restart_cmd="zeo3_restart" load_rc_config $name : ${zeo3_enable="NO"} -: ${zeo3_instances=""} cmd="$1" [ $# -gt 0 ] && shift diff --git a/www/zope3/files/zope3.sh.in b/www/zope3/files/zope3.sh.in index a9c11851cbca..a54a1d1268b3 100644 --- a/www/zope3/files/zope3.sh.in +++ b/www/zope3/files/zope3.sh.in @@ -56,7 +56,6 @@ restart_cmd="zope3_restart" load_rc_config $name : ${zope3_enable="NO"} -: ${zope3_instances=""} cmd="$1" [ $# -gt 0 ] && shift |