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/EditHiddenTablePlugin@1065 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
CrawfordCurrie authored and CrawfordCurrie committed Nov 29, 2008
1 parent dd73668 commit 40c5225
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/TWiki/Plugins/EditHiddenTablePlugin/build.pl
@@ -1,14 +1,14 @@
#!/usr/bin/perl -w
#
# Build class for EditTablerowPlugin
# Requires the environment variable TWIKI_LIBS to be
# Requires the environment variable FOSWIKI_LIBS to be
# set to point at the TWiki installation
#
# Read the comments at the top of lib/TWiki/Plugins/Build.pm for
# details of how the build process works, and what files you
# have to provide and where.
#
# Requires the environment variable TWIKI_LIBS (a colon-separated path
# Requires the environment variable FOSWIKI_LIBS (a colon-separated path
# list) to be set to point at the build system and any required dependencies.
# Usage: ./build.pl [-n] [-v] [target]
# where [target] is the optional build target (build, test,
Expand All @@ -20,7 +20,7 @@

# Standard preamble
BEGIN {
foreach my $pc (split(/:/, $ENV{TWIKI_LIBS})) {
foreach my $pc (split(/:/, $ENV{FOSWIKI_LIBS})) {
unshift @INC, $pc;
}
}
Expand Down

0 comments on commit 40c5225

Please sign in to comment.