pkgsrc/devel/kdesdk4/patches/patch-ab
markd ea97be746d Update to KDE SC 4.10.2
bugfixes, other quality improvements, new and improved KDE Applications
2013-04-03 10:51:43 +00:00

19 lines
575 B
Text

$NetBSD: patch-ab,v 1.2 2013/04/03 10:52:22 markd Exp $
--- kde-dev-scripts/wcgrep.orig 2008-01-29 22:18:04.000000000 +1300
+++ kde-dev-scripts/wcgrep
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# Copyright 2004 Ben Reser <ben@reser.org>
# Licensed under the terms subversion ships under or GPLv2.
@@ -39,7 +39,7 @@ for (( i=1; i <= $arg_count; i++ )); do
arg="$1"
shift 1
if [ -z "$pattern" ]; then
- if [ "$arg" == "--" ]; then
+ if [ "$arg" = "--" ]; then
grepargs="$grepargs $arg"
pattern="$1"
shift 1