pkgsrc/print/libpaper/patches/patch-aa

19 lines
362 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2007/09/04 20:10:12 drochner Exp $
--- src/paperconfig.in.orig 2007-09-04 20:59:02.000000000 +0200
+++ src/paperconfig.in
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /bin/sh
# paperconfig: configuration of system paper name
#
@@ -44,7 +44,7 @@ export @RUNPARTSDIRVAR@
force=0
-if [ "$#" == 0 ]
+if [ "$#" = 0 ]
then
usage
fi