- Timestamp:
- 05/08/08 11:48:30 (17 years ago)
- 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)
- Location:
- app/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
app/src/dgp/canonize
r6b3be72 radb4c8d 7 7 8 8 use lib "/usr/local/lib/utt"; 9 use lib " ENV{HOME}/.local/lib/utt";9 use lib "$ENV{'HOME'}/.local/lib/utt"; 10 10 11 11 use strict; -
app/src/dgp/dgc
r6b3be72 radb4c8d 8 8 # wymaga niejawnie programu canonize!!!! 9 9 use lib "/usr/local/lib/utt"; 10 use lib " ENV{HOME}/.local/lib/utt";10 use lib "$ENV{'HOME'}/.local/lib/utt"; 11 11 12 12 use strict; -
app/src/dgp/tre.rb
r6b3be72 radb4c8d 1 #!/usr/bin/ruby -I /usr/local/lib/utt -I ~/.local/lib/utt1 #!/usr/bin/ruby -I /usr/local/lib/utt -I $HOME/.local/lib/utt 2 2 3 3 require 'getoptlong' … … 61 61 end 62 62 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") 64 require 'seg.rb' 65 65 66 66 $dgpsep=';' -
app/src/mar/mar
r6b3be72 radb4c8d 12 12 13 13 use lib "/usr/local/lib/utt"; 14 use lib " ENV{HOME}/.local/lib/utt";14 use lib "$ENV{'HOME'}/.local/lib/utt"; 15 15 16 16 use strict;
Note: See TracChangeset
for help on using the changeset viewer.