summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfml/libexec/fmlwrapper3
1 files changed, 2 insertions, 1 deletions
diff --git a/fml/libexec/fmlwrapper b/fml/libexec/fmlwrapper
index 33e0d8f1..d1741eca 100755
--- a/fml/libexec/fmlwrapper
+++ b/fml/libexec/fmlwrapper
@@ -63,7 +63,8 @@ sub Bootstrap
}
# 3. reset @INC
- use lib qw( $config->{ local_lib_dir } $config->{ lib_dir });
+ unshift(@INC, $config->{ local_lib_dir });
+ unshift(@INC, $config->{ lib_dir });
# 4. inspect my mode from $0
use File::Basename;