fixup! Add OS check to pkg completions

This commit is contained in:
Mahmoud Al-Qudsi 2018-06-07 13:42:53 -05:00
parent e8b6705067
commit eca4273f77

View file

@ -1,6 +1,6 @@
# Completions for pkgng package manager # Completions for pkgng package manager
if uname | not string match FreeBSD if uname | not string match -q FreeBSD
exit exit
end end