Changeset adb4c8d for app/src


Ignore:
Timestamp:
05/08/08 11:48:30 (16 years ago)
Author:
pawelk <pawelk@…>
Branches:
master, help
Children:
0e3df7e
Parents:
d33e555
git-author:
pawelk <pawelk@…> (05/08/08 11:48:30)
git-committer:
pawelk <pawelk@…> (05/08/08 11:48:30)
Message:

Przygotowana dystrybujca tarball. Czesciowo przetestowane.

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

Location:
app/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • app/src/dgp/canonize

    r6b3be72 radb4c8d  
    77 
    88use lib "/usr/local/lib/utt"; 
    9 use lib "ENV{HOME}/.local/lib/utt"; 
     9use lib "$ENV{'HOME'}/.local/lib/utt"; 
    1010 
    1111use strict; 
  • app/src/dgp/dgc

    r6b3be72 radb4c8d  
    88# wymaga niejawnie programu canonize!!!! 
    99use lib "/usr/local/lib/utt"; 
    10 use lib "ENV{HOME}/.local/lib/utt"; 
     10use lib "$ENV{'HOME'}/.local/lib/utt"; 
    1111 
    1212use strict; 
  • app/src/dgp/tre.rb

    r6b3be72 radb4c8d  
    1 #!/usr/bin/ruby -I /usr/local/lib/utt -I ~/.local/lib/utt 
     1#!/usr/bin/ruby -I /usr/local/lib/utt -I $HOME/.local/lib/utt 
    22 
    33require 'getoptlong' 
     
    6161end 
    6262 
    63 require File.expand_path(File.dirname(__FILE__) + "../lib/utt/seg.rb") 
    64 #require 'seg.rb' 
     63#require File.expand_path(File.dirname(__FILE__) + "../lib/utt/seg.rb") 
     64require 'seg.rb' 
    6565 
    6666$dgpsep=';' 
  • app/src/mar/mar

    r6b3be72 radb4c8d  
    1212 
    1313use lib "/usr/local/lib/utt"; 
    14 use lib "ENV{HOME}/.local/lib/utt"; 
     14use lib "$ENV{'HOME'}/.local/lib/utt"; 
    1515 
    1616use strict; 
Note: See TracChangeset for help on using the changeset viewer.