Fix issue #48.

This commit is contained in:
Kris Maglione 2008-05-29 17:28:27 -04:00
parent f55337ef2b
commit 2c8f3c1e0c
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ fn wi_script {
noprog=/dev/null
}
prog = `{rc -c 'path=$confpath whatis '$1 >[2]/dev/null \
| grep -v '^fn|= ' || echo $noprog}
| grep -v '^fn |=' || echo $noprog}
shift; echo $prog $*}
}