Export _list for call by extensions

This commit is contained in:
Ed Blackman
2009-03-13 17:02:31 -04:00
parent 37a7bb0e8a
commit cf3c5312bf

View File

@@ -411,6 +411,8 @@ _list() {
fi
}
export -f _list
# == HANDLE ACTION ==
action=$( printf "%s\n" "$1" | tr 'A-Z' 'a-z' )