1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
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

4 lines
39 B
Bash

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