Changeset 20b4e44 for app/src/grp
- 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/grp/grp
r25ae32e r20b4e44 2 2 3 3 #package: UAM Text Tools 4 #component name: gre 5 #author: Tomasz Obrêbski 4 #component name: grp 5 #version: 1.0 6 #author: Tomasz Obrebski 6 7 7 8 use strict; 8 9 use Getopt::Long; 10 use File::HomeDir; 9 11 10 my $LIB_DIR="/usr/local/lib/utt"; # katalog zawierajacy terms.m4 12 # katalog zawierajacy terms.m4 13 my $LIB_DIR="/usr/local/lib/utt"; 11 14 12 15 my $systemconfigfile="/usr/local/etc/utt/grp.conf"; 13 my $userconfigfile="$ENV{'HOME'}/.utt/grp.conf"; 16 #my $userconfigfile="$ENV{'HOME'}/.utt/grp.conf"; 17 my $userconfigfile=home()."/.utt/grp.conf"; 14 18 15 19 Getopt::Long::Configure('no_ignore_case_always');
Note: See TracChangeset
for help on using the changeset viewer.