removed UUOC

This commit is contained in:
Loic Nageleisen 2017-05-29 11:48:00 +02:00
parent 4e1984062d
commit 9d2c90296f

View file

@ -11,7 +11,7 @@ _within-go-project() {
echo "$check_dir/.gopath"
return
elif [[ -f "$check_dir/.gopath" ]]; then
local gopath="$(cat "$check_dir/.gopath")"
local gopath="$(<"$check_dir/.gopath")"
if [[ -z "$gopath" ]]; then
echo "$check_dir"
else