ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/bin/cv
(Generate patch)

Comparing CV/bin/cv (file contents):
Revision 1.103 by root, Mon Jun 19 21:58:40 2023 UTC vs.
Revision 1.104 by root, Mon Jun 19 22:06:58 2023 UTC

6 # appreciated. 6 # appreciated.
7 $ENV{LC_NUMERIC} = "C"; 7 $ENV{LC_NUMERIC} = "C";
8 $ENV{LANG} = delete $ENV{LC_ALL} if exists $ENV{LC_ALL}; 8 $ENV{LANG} = delete $ENV{LC_ALL} if exists $ENV{LC_ALL};
9} 9}
10 10
11use Gtk2; qw(-init -threads-init); BEGIN { Gtk2::Gdk::Threads->enter }; 11use Gtk2; qw(-init -threads-init);
12BEGIN { Gtk2::Gdk::Threads->enter };
12 13
13BEGIN { 14BEGIN {
14 require Gtk2::CV::Plugin; 15 require Gtk2::CV::Plugin;
15 require "$ENV{HOME}/.cvrc" if -r "$ENV{HOME}/.cvrc"; 16 require "$ENV{HOME}/.cvrc" if -r "$ENV{HOME}/.cvrc";
16} 17}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines