From 2594e958af4a363be964a464d3896590f4d1d9eb Mon Sep 17 00:00:00 2001 From: Yaroslav Tykhiy 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(-) (limited to 'russian/rus-ispell') 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 v1.2.3