From 9d2c90296f6c4e596fff94562d836158a3e12306 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Mon, 29 May 2017 11:48:00 +0200 Subject: [PATCH] removed UUOC --- shell/go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/go b/shell/go index 74abc02..460c043 100644 --- a/shell/go +++ b/shell/go @@ -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