Changeset 20b4e44 for app/src/grp


Ignore:
Timestamp:
03/19/08 12:29:21 (16 years ago)
Author:
pawelk <pawelk@…>
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)
Message:

Wersja niestabilna, zawiera wstepne poprawki.

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@13 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/src/grp/grp

    r25ae32e r20b4e44  
    22 
    33#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 
    67 
    78use strict; 
    89use Getopt::Long; 
     10use File::HomeDir; 
    911 
    10 my $LIB_DIR="/usr/local/lib/utt";  # katalog zawierajacy terms.m4 
     12# katalog zawierajacy terms.m4 
     13my $LIB_DIR="/usr/local/lib/utt"; 
    1114 
    1215my $systemconfigfile="/usr/local/etc/utt/grp.conf"; 
    13 my $userconfigfile="$ENV{'HOME'}/.utt/grp.conf"; 
     16#my $userconfigfile="$ENV{'HOME'}/.utt/grp.conf"; 
     17my $userconfigfile=home()."/.utt/grp.conf"; 
    1418 
    1519Getopt::Long::Configure('no_ignore_case_always'); 
Note: See TracChangeset for help on using the changeset viewer.