From f291c88ad14a1185784a8c2f5f29a037b16924c4 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Sat, 20 May 2017 18:06:38 +0000 Subject: Fix mangled shebang. Approved by: rakuco (mentor, implicit) --- textproc/rubygem-pretty-xml/files/patch-lib_pretty-xml.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 textproc/rubygem-pretty-xml/files/patch-lib_pretty-xml.rb (limited to 'textproc/rubygem-pretty-xml/files/patch-lib_pretty-xml.rb') diff --git a/textproc/rubygem-pretty-xml/files/patch-lib_pretty-xml.rb b/textproc/rubygem-pretty-xml/files/patch-lib_pretty-xml.rb new file mode 100644 index 000000000000..9b9d8590a761 --- /dev/null +++ b/textproc/rubygem-pretty-xml/files/patch-lib_pretty-xml.rb @@ -0,0 +1,15 @@ +--- lib/pretty-xml.rb.orig 2017-05-20 17:50:05 UTC ++++ lib/pretty-xml.rb +@@ -1,4 +1,4 @@ +-#!/bin/usr/env ruby ++#!/usr/bin/env ruby + + # file: pretty-xml.rb + +@@ -66,4 +66,4 @@ XSL + module_function :write + + alias print write +-end +\ No newline at end of file ++end -- cgit v1.2.3