Changeset 20b4e44 for app/src/kon
- Timestamp:
- 03/19/08 12:29:21 (17 years ago)
- Branches:
- master, help
- Children:
- 389de9a
- Parents:
- d593c5e
- git-author:
- pawelk <pawelk@…> (03/19/08 12:29:21)
- git-committer:
- pawelk <pawelk@…> (03/19/08 12:29:21)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/src/kon/kon
r246900a r20b4e44 1 1 #!/usr/bin/perl -w 2 3 #package: UAM Text Tools 4 #component: kon (search context) 5 #version: 1.0 6 #author: Tomasz Obrebski 7 2 8 use strict; 3 9 use Getopt::Long; 4 10 use locale; 11 use File::HomeDir; 5 12 6 13 Getopt::Long::Configure('no_ignore_case_always'); … … 19 26 20 27 my $systemconfigfile='/usr/local/etc/utt/kon.conf'; 21 my $userconfigfile="$ENV{'HOME'}/.utt/kon.conf"; 28 #my $userconfigfile="$ENV{'HOME'}/.utt/kon.conf"; 29 my $userconfigfile=home()."/.utt/kon.conf"; 22 30 23 31 #read configuration files###########################
Note: See TracChangeset
for help on using the changeset viewer.