From a1dcabf553a46ffdb8a1f6d37045138e8d1b7975 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Wed, 10 Jul 2019 12:39:19 -0700 Subject: [PATCH] compiler_vm: fix `diff` command --- modules/compiler_vm/compiler_vm_client.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/compiler_vm/compiler_vm_client.pl b/modules/compiler_vm/compiler_vm_client.pl index 844f0ae6..7b867698 100755 --- a/modules/compiler_vm/compiler_vm_client.pl +++ b/modules/compiler_vm/compiler_vm_client.pl @@ -10,6 +10,8 @@ use strict; use File::Basename; use JSON; +use lib '.'; + my $json = join ' ', @ARGV; my $h = decode_json $json;