Fix syntax error introduced in previous commit.
This commit is contained in:
parent
cba4d8faf8
commit
df5f55e055
@ -29,6 +29,5 @@ _kldunload()
|
|||||||
COMPREPLY=( $(kldstat | sed -ne "s/^.*[ \t]\+\($cur[a-z_]\+\).ko$/\1/p") )
|
COMPREPLY=( $(kldstat | sed -ne "s/^.*[ \t]\+\($cur[a-z_]\+\).ko$/\1/p") )
|
||||||
}
|
}
|
||||||
complete -F _kldunload $filenames kldunload
|
complete -F _kldunload $filenames kldunload
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user