Blame vim-7.0-vimspelltypo.patch

Karsten Hopp 3036dc
--- vim70/runtime/tools/vimspell.sh.typo	2006-09-28 16:48:52.000000000 +0200
Karsten Hopp 3036dc
+++ vim70/runtime/tools/vimspell.sh	2006-09-28 16:49:29.000000000 +0200
Karsten Hopp 3036dc
@@ -22,7 +22,7 @@
Karsten Hopp 3036dc
 # create a file in the safest way possible.
Karsten Hopp 3036dc
 if test "$OUTFILE" = none; then
Karsten Hopp 3036dc
         OUTFILE=$tmp/vimspell$$
Karsten Hopp 3036dc
-	[ -e $OUTFILE ] && { echo "Cannot use temporary file $OUTFILE, it already exists!; exit 1 ; } 
Karsten Hopp 3036dc
+	[ -e $OUTFILE ] && { echo "Cannot use temporary file $OUTFILE, it already exists!"; exit 1 ; } 
Karsten Hopp 3036dc
         (umask 077; touch $OUTFILE)
Karsten Hopp 3036dc
 fi
Karsten Hopp 3036dc
 # Note the copy of vimspell cannot be deleted on exit since it is