Fix syntax error introduced in previous commit.

This commit is contained in:
Ville Skyttä 2009-06-08 20:42:51 +03:00
parent cba4d8faf8
commit df5f55e055

View File

@ -29,6 +29,5 @@ _kldunload()
COMPREPLY=( $(kldstat | sed -ne "s/^.*[ \t]\+\($cur[a-z_]\+\).ko$/\1/p") )
}
complete -F _kldunload $filenames kldunload
}
}