From: ellson <devnull@localhost> Date: Fri, 18 Feb 2011 21:09:04 +0000 (+0000) Subject: tclpkg/gv/test.rb should run without installation X-Git-Tag: LAST_LIBGRAPH~32^2~1023 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89bd3c2700efa33600df148618ab9e5110ea65b9;p=graphviz tclpkg/gv/test.rb should run without installation --- 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")