Skip to content

Commit

Permalink
Item341: change TWIKI_LIBS to FOSWIKI_LIBS to make sure everythnig bu…
Browse files Browse the repository at this point in the history
…ilds

git-svn-id: http://svn.foswiki.org/trunk/NativeSearchContrib@1065 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
CrawfordCurrie authored and CrawfordCurrie committed Nov 29, 2008
1 parent 7c719b3 commit 235030b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/TWiki/Contrib/NativeSearchContrib/build.pl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
BEGIN {
unshift @INC, split( /:/, $ENV{TWIKI_LIBS} );
unshift @INC, split( /:/, $ENV{FOSWIKI_LIBS} );
}
use TWiki::Contrib::Build;

Expand Down

0 comments on commit 235030b

Please sign in to comment.