[interchange] Another fix for @INC

Josh Lavin <[email protected]> Sat, 12 Aug 2017 00:42:43 +0000
Newsgroups gmane.comp.web.interchange.cvs
Message-ID <[email protected]>
commit 2a51db7c81169736ca56b6628ea54d133a4cfa75
Author: Josh Lavin <[email protected]>
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($?) {