summaryrefslogtreecommitdiff
path: root/init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init.sh')
-rwxr-xr-xinit.sh2
1 files changed, 1 insertions, 1 deletions
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