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:
parent
750cab7ec8
commit
2594e958af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42846
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec ispell -d russian $*
|
||||
exec ispell -d russian "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user