summaryrefslogtreecommitdiff
path: root/print/libpaper/patches/patch-aa
blob: 14064ec2b1b0b351a549ca8f984fb1c7197684b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$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