From 89bd3c2700efa33600df148618ab9e5110ea65b9 Mon Sep 17 00:00:00 2001 From: ellson Date: Fri, 18 Feb 2011 21:09:04 +0000 Subject: [PATCH] tclpkg/gv/test.rb should run without installation --- tclpkg/gv/test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tclpkg/gv/test.rb b/tclpkg/gv/test.rb index e82687241..a19e9e0cd 100644 --- a/tclpkg/gv/test.rb +++ b/tclpkg/gv/test.rb @@ -1,6 +1,6 @@ #!/usr/bin/ruby -require 'gv' +require './gv' g = Gv.digraph("G") print(Gv.setv(g, "aaa", "xxx"), "\n") -- 2.40.0