diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-03-29 07:32:09 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-03-29 07:32:09 +0000 |
commit | 04214af6c3314007319fad3e88c56768561951f8 (patch) | |
tree | 863a393fc88964338aedcb9d5e6647d7046f94fe | |
parent | 02bc089e55c83ab7c6fbc2645a7d2c3cb2dd2818 (diff) |
Add the file I added locally, but forgot to include.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=56841
-rw-r--r-- | textproc/ua-ispell/files/ispell-uk | 3 | ||||
-rw-r--r-- | ukrainian/ispell/files/ispell-uk | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/textproc/ua-ispell/files/ispell-uk b/textproc/ua-ispell/files/ispell-uk new file mode 100644 index 000000000000..d4349700c923 --- /dev/null +++ b/textproc/ua-ispell/files/ispell-uk @@ -0,0 +1,3 @@ +#!/bin/sh + +exec ispell -d ukrainian "$@" diff --git a/ukrainian/ispell/files/ispell-uk b/ukrainian/ispell/files/ispell-uk new file mode 100644 index 000000000000..d4349700c923 --- /dev/null +++ b/ukrainian/ispell/files/ispell-uk @@ -0,0 +1,3 @@ +#!/bin/sh + +exec ispell -d ukrainian "$@" |