summaryrefslogtreecommitdiff
path: root/domain-search
diff options
context:
space:
mode:
Diffstat (limited to 'domain-search')
-rwxr-xr-xdomain-search4
1 files changed, 2 insertions, 2 deletions
diff --git a/domain-search b/domain-search
index 840cfe8..fa4d166 100755
--- a/domain-search
+++ b/domain-search
@@ -5,6 +5,6 @@
#
dict=$buildInputs/share/hunspell/en_US.dic
#
-# grep the dictionary, strip weird '/SMY', then pass to my domain script
+# grep the dictionary, strip weird '/SMY'
#
-grep $1 $dict | sed "s|\/.*$||g" | xargs -I % domain %
+grep $1 $dict | sed "s|\/.*$||g"