freebsd-ports/russian/rus-ispell/files/ispell-ru.sh
Yaroslav Tykhiy 2594e958af 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
2001-05-21 09:45:22 +00:00

3 lines
39 B
Bash

#!/bin/sh
exec ispell -d russian "$@"