diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-05-15 10:49:17 +0800 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-05-15 10:49:17 +0800 |
commit | 29813d539747e58a6e3322df3f48eae4338c60b5 (patch) | |
tree | ad64253796dc7d189145d9bb72dbd175c35488f4 /net/scribe | |
parent | 47674a9024d5ae3cd9f5366e069619af12740e46 (diff) | |
download | freebsd-ports-gnome-29813d539747e58a6e3322df3f48eae4338c60b5.tar.gz freebsd-ports-gnome-29813d539747e58a6e3322df3f48eae4338c60b5.tar.zst freebsd-ports-gnome-29813d539747e58a6e3322df3f48eae4338c60b5.zip |
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
Diffstat (limited to 'net/scribe')
-rw-r--r-- | net/scribe/files/scribe.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/scribe/files/scribe.in b/net/scribe/files/scribe.in index a65ba65ae460..8acd455aceba 100644 --- a/net/scribe/files/scribe.in +++ b/net/scribe/files/scribe.in @@ -18,7 +18,6 @@ stop_postcmd=scribe_cleanup load_rc_config "$name" : ${scribe_enable="NO"} -: ${scribe_flags=""} scribe_start() { |