From b2cf48f4067c22a79e6ceb30247d611e5a310a19 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 20 Feb 2025 10:14:03 -0800 Subject: [PATCH] chmod -x tool/ruby_vm/models/bare_instructions.rb We run only tool/insns2vm.rb as the executable. It seems confusing to have an executable flag on this file. --- tool/ruby_vm/models/bare_instructions.rb | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 tool/ruby_vm/models/bare_instructions.rb diff --git a/tool/ruby_vm/models/bare_instructions.rb b/tool/ruby_vm/models/bare_instructions.rb old mode 100755 new mode 100644