Bug 25880

Summary: Script installed by russian/rus-ispell isn't whitespace safe
Product: Ports & Packages Reporter: Yar Tikhiy <yar>
Component: Individual Port(s)Assignee: Andrey A. Chernov <ache>
Status: Closed FIXED    
Severity: Affects Only Me CC: ache
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Yar Tikhiy 2001-03-17 18:20:00 UTC
The ``ispell-ru'' script installed by the russian/rus-ispell
port uses $* instead of "$@" to pass its arguments further.
That will cause the script's misbehaviour on filenames containing
whitespace characters in them.

Fix: 

Change
exec ispell -d russian $*
to
exec ispell -d russian "$@"
How-To-Repeat: 
See /usr/ports/russian/rus-ispell/files/ispell-ru.sh
Comment 1 Tetsurou Okazaki freebsd_committer freebsd_triage 2001-03-17 20:01:42 UTC
Responsible Changed
From-To: freebsd-ports->ache

Over to MAINTAINER.
Comment 2 Yar Tikhiy freebsd_committer freebsd_triage 2001-05-21 10:45:51 UTC
State Changed
From-To: open->closed

Fixed by myself. There has been no responce from MAINTAINER 
for over two months.