blob: 094f88e73e5027a992d3f43b90b6be1a59135d47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-postscript_hardcopy_hardcopy.sh,v 1.1 2015/08/22 20:51:31 leot Exp $
Make executeable
--- postscript/hardcopy/hardcopy.sh.orig 2015-05-19 16:18:11.000000000 +0200
+++ postscript/hardcopy/hardcopy.sh 2015-05-19 16:18:28.000000000 +0200
@@ -1,3 +1,4 @@
+#!/bin/sh
#
# Generate paper output from the data that a PostScript program normally
# sends back to a host computer using file output operators.
|