瀏覽代碼

Avoid excessive echoes

Bob Mottram 8 年之前
父節點
當前提交
c14f73af67
沒有帳戶連結到提交者的電子郵件
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-utils-git

+ 1
- 1
src/freedombone-utils-git 查看文件

@@ -103,7 +103,7 @@ function git_pull {
103 103
 	git stash
104 104
 	git remote set-url origin $1
105 105
 	git checkout master
106
-	get_friends_servers
106
+	retval=$(get_friends_servers)
107 107
 	if [ "${FRIENDS_MIRRORS_SERVER}" ]; then
108 108
 		if [ ${#FRIENDS_MIRRORS_SERVER} -gt 2 ]; then
109 109
 			if [ "$FRIENDS_MIRRORS_PASSWORD" ]; then