summaryrefslogtreecommitdiff
path: root/russian/rus-ispell
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2001-05-21 09:45:22 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2001-05-21 09:45:22 +0000
commit2594e958af4a363be964a464d3896590f4d1d9eb (patch)
tree4ce18530bd0a006c9f3d1cba390c2352b8489989 /russian/rus-ispell
parentUnbroke: add missed gnomecanvas into LIB_DEPENDS. (diff)
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
Notes
Notes: svn path=/head/; revision=42846
Diffstat (limited to 'russian/rus-ispell')
-rw-r--r--russian/rus-ispell/files/ispell-ru.sh2
1 files changed, 1 insertions, 1 deletions
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 "$@"