$NetBSD$

--- 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
 }
 
 
