Files
bsdports/xapp/rxvt/files/patch-src_genlinedraw
2019-12-26 07:26:06 +00:00

9 lines
178 B
Plaintext

--- 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;