Make the wrapper script whitespace-safe: Change $* to "$@".

Fixing by myself because there has been no responce from MAINTAINER
for over two months.

PR:		ports/25880
This commit is contained in:
Yaroslav Tykhiy 2001-05-21 09:45:22 +00:00
parent 750cab7ec8
commit 2594e958af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42846

View File

@ -1,3 +1,3 @@
#!/bin/sh
exec ispell -d russian $*
exec ispell -d russian "$@"