freebsd-ports/x11/rxvt-unicode/files/patch-src_genlinedraw
2017-11-09 20:09:18 +00:00

8 lines
178 B
Text

--- src/genlinedraw.orig 2014-05-22 18:53:16 UTC
+++ src/genlinedraw
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
open TABLE, ">", "table/linedraw.h";
select TABLE;