From 6c228604f1c2ecf3017bca6c529278c7bccc3c5b Mon Sep 17 00:00:00 2001 From: yar Date: Mon, 21 May 2001 09:45:22 +0000 Subject: 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 --- russian/rus-ispell/files/ispell-ru.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/russian/rus-ispell/files/ispell-ru.sh b/russian/rus-ispell/files/ispell-ru.sh index 1365a904aee7..151b10630f40 100644 --- a/russian/rus-ispell/files/ispell-ru.sh +++ b/russian/rus-ispell/files/ispell-ru.sh @@ -1,3 +1,3 @@ #!/bin/sh -exec ispell -d russian $* +exec ispell -d russian "$@" -- cgit