no need a var

This commit is contained in:
Levent YALCIN
2017-07-31 15:26:05 +01:00
parent 878180b2e2
commit a6fccf029c

View File

@@ -1,5 +1,3 @@
#!/usr/bin/env bash
OCPATH=$(which oc)
[ -x "${OCPATH}" ] && eval "$(oc completion bash)"
[ -x "$(which oc)" ] && eval "$(oc completion bash)"