pkgsrc/devel/kdesdk4/patches/patch-aa
markd 36ffe82270 Import KDE4.3.1 from wip
OKed during freeze by wiz and agc
2009-10-02 20:30:38 +00:00

13 lines
408 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2009/10/02 20:30:38 markd Exp $
--- scripts/cvsaddcurrentdir.orig 2006-10-18 21:16:48.000000000 +1300
+++ 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
}