Changeset 6b3be72 for app/src/dgp/dgc


Ignore:
Timestamp:
05/07/08 20:30:20 (16 years ago)
Author:
pawelk <pawelk@…>
Branches:
master, help
Children:
10c74af
Parents:
a7b254c
git-author:
pawelk <pawelk@…> (05/07/08 20:30:20)
git-committer:
pawelk <pawelk@…> (05/07/08 20:30:20)
Message:

Pierwsza przymiarka do umieszczenia plikow w ~/.local/utt. Obsługa nowych opcji domyslnych. Nieskonczona dystrybucja tarball.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/src/dgp/dgc

    r12d8443 r6b3be72  
    77 
    88# wymaga niejawnie programu canonize!!!! 
    9 #use lib "ENV{HOME}/.utt/lib/perl"; 
     9use lib "/usr/local/lib/utt"; 
     10use lib "ENV{HOME}/.local/lib/utt"; 
    1011 
    1112use strict; 
    1213use Getopt::Long; 
    1314use Data::Dumper; 
    14  
    1515use attr; 
    1616use File::HomeDir; 
Note: See TracChangeset for help on using the changeset viewer.