Skip to content

Commit

Permalink
Set VUFIND_LOCAL_MODULES variable in vufind.bat.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Sep 28, 2012
1 parent 23a34e6 commit 76ffab6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
// Build the Windows start file in case we need it:
$batch = "@set VUFIND_HOME={$baseDir}\n" .
"@set VUFIND_LOCAL_DIR={$overrideDir}\n" .
(empty($module) ? '' : "@set VUFIND_LOCAL_MODULES={$module}\n") .
"@call run_vufind.bat %1 %2 %3 %4 %5 %6 %7 %8 %9";
if (!@file_put_contents($baseDir . '/vufind.bat', $batch)) {
die("Problem writing {$baseDir}/vufind.bat.\n\n");
Expand Down

0 comments on commit 76ffab6

Please sign in to comment.