Fix "post_hilter_command" typo

This commit is contained in:
Ed Blackman
2009-03-14 01:18:42 -04:00
parent 12bbf8fe67
commit 02980ae7ee

View File

@@ -386,7 +386,7 @@ _list() {
done done
## If post_filter_command is set, append it to the filter_command ## If post_filter_command is set, append it to the filter_command
[ -n "$post_hilter_command" ] && { [ -n "$post_filter_command" ] && {
filter_command="${filter_command:-}${filter_command:+ | }${post_filter_command:-}" filter_command="${filter_command:-}${filter_command:+ | }${post_filter_command:-}"
} }