[interchange] Another fix for @INC

Josh Lavin interchange-cvs at icdevgroup.org
Sat Aug 12 00:42:43 UTC 2017


commit 2a51db7c81169736ca56b6628ea54d133a4cfa75
Author: Josh Lavin <digory at cpan.org>
Date:   Fri Aug 11 17:42:03 2017 -0700

    Another fix for @INC
    
    - Perl 5.26 was broken

 scripts/compile_link.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/scripts/compile_link.PL b/scripts/compile_link.PL
index 58c9185..46b96cb 100644
--- a/scripts/compile_link.PL
+++ b/scripts/compile_link.PL
@@ -292,7 +292,7 @@ COMPILE: {
 
 	unlink $Intermediate if $Force;
 
-	do "syscfg";
+	do "./syscfg";
 	if(! -f $vlink_file) {
 		system "$CC $CFLAGS $DEFS $LIBS vlink.c -o $vlink_file";
 		if($?) {



More information about the interchange-cvs mailing list