jschlatow / taskopen

Tool for taking notes and open urls with taskwarrior
GNU General Public License v2.0
364 stars 31 forks source link

Unknown Unicode option letter ' ' at /usr/local/bin/taskopen line 1. #85

Closed kostajh closed 11 years ago

kostajh commented 11 years ago

Ran the installer:

make PREFIX=/usr/local make PREFIX=/usr/local install

Typed taskopen and got the error

Unknown Unicode option letter ' ' at /usr/local/bin/taskopen line 1.

This is on the devel branch.

jschlatow commented 11 years ago

Could you post some more details about your system? In particular the perl version and your locale!

kostajh commented 11 years ago

Sure.

This is perl 5, version 12, subversion 4 (v5.12.4) built for darwin-thread-multi-2level (with 2 registered patches, see perl -V for more detail)

Locale is US.

jschlatow commented 11 years ago

I think this might be cause by this one: http://www.nntp.perl.org/group/perl.perl5.porters/2010/02/msg156240.html

Can you try moving the -w before the -CLASo in line 1?!

kostajh commented 11 years ago

That fixed it. Thanks!