From 5cc52f5f3bfb04aa02bcb99554fc739b50110951 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 16 Jun 2020 23:14:35 -0400 Subject: fix my stupidity in sboul --- sboul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sboul') diff --git a/sboul b/sboul index 1f9b50d..646dd63 100755 --- a/sboul +++ b/sboul @@ -93,7 +93,7 @@ getopts('c:e:C:k:', \%opts); die_usage("Unknown junk on command line: '$junk'") if $junk; die_usage("No category (missing required -c arg)") unless $opts{c}; $category = get_category($opts{c}); -chomp($submail = $opts{e} || $ENV{SBO_EMAIL} +$submail = $opts{e} || $ENV{SBO_EMAIL}; die_usage("No email address (use -e or else create ~/.sbostuff.cfg)") unless $submail; $comments = $opts{C} || ""; $tags = $opts{k} || ""; -- cgit v1.2.3