diff options
Diffstat (limited to 'graphics/ruby-gimp/files/patch-plug-ins::eval.rb')
-rw-r--r-- | graphics/ruby-gimp/files/patch-plug-ins::eval.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/ruby-gimp/files/patch-plug-ins::eval.rb b/graphics/ruby-gimp/files/patch-plug-ins::eval.rb new file mode 100644 index 000000000000..9a841276f6e2 --- /dev/null +++ b/graphics/ruby-gimp/files/patch-plug-ins::eval.rb @@ -0,0 +1,11 @@ +--- plug-ins/eval.rb.orig Tue Feb 27 20:08:13 2001 ++++ plug-ins/eval.rb Thu Mar 1 01:29:43 2001 +@@ -13,7 +13,7 @@ + "", + [ + [RF_STRING, "code", "Code to eval", "", true], +- ], ++ ] + ) { |text| + eval(text) + } |