| |
| |
| @@ -22,7 +22,7 @@ |
| # create a file in the safest way possible. |
| if test "$OUTFILE" = none; then |
| OUTFILE=$tmp/vimspell$$ |
| - [ -e $OUTFILE ] && { echo "Cannot use temporary file $OUTFILE, it already exists!; exit 1 ; } |
| + [ -e $OUTFILE ] && { echo "Cannot use temporary file $OUTFILE, it already exists!"; exit 1 ; } |
| (umask 077; touch $OUTFILE) |
| fi |
| # Note the copy of vimspell cannot be deleted on exit since it is |