Bug#629544: note fails in non-interactive mode

2011-12-02 Thread Hoti
Hi, just edit the file /usr/bin/note and jump to line 220 where you will find: "dump||Dump|D:s" => \$opt_D, # string, optional and delete one of the two bars("||") so that it looks like: "dump|Dump|D:s" => \$opt_D, # string, optional greetings Hoti

Bug#629544: note fails in non-interactive mode

2011-06-07 Thread Nemo
Package: note Version: 1.3.6-1 Severity: normal Line 220 of /usr/bin/note incorrectly has '||' instead of '|', resulting in error: Error in option spec: "dump||Dump|D:s" This results in note failing to operate on options -l -L -t -T or -D. When the .noterc option "AlwaysInteractive" is chang