From c1047c1ea1a6c8008159836182eb65a52f7a1fd3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 23 Dec 2014 16:18:51 +0300 Subject: Fix style in shell scripts. --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.sh') diff --git a/init.sh b/init.sh index 8016e96..a035232 100755 --- a/init.sh +++ b/init.sh @@ -6,7 +6,7 @@ if [[ -z "${CMD}" ]]; then export CMD="default" fi -STR=`git remote -v|grep "https://"` +STR=$(git remote -v|grep "https://") if [[ -n "${STR}" ]]; then export PROTO="https://gitorious.org/" fi -- cgit v1.2.3-60-g2f50