summaryrefslogtreecommitdiff
path: root/devel/kdesdk4/patches/patch-aa
blob: c3acb065a22d0b92e2e60f2d01f2d257273f9d11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.2 2013/04/03 10:52:22 markd Exp $

--- kde-dev-scripts/cvsaddcurrentdir.orig	2006-10-18 21:16:48.000000000 +1300
+++ kde-dev-scripts/cvsaddcurrentdir
@@ -17,7 +17,7 @@ ask_for_adding() {
 echo
 read -p "Add file $file to cvs ? (y/n) " answer rest
 #if [ "$answer" != "y" ]; then echo $file; fi
-if [ "$answer" == "y" ]; then cvs add $file; fi
+if [ "$answer" = "y" ]; then cvs add $file; fi
 }