Explorar el Código

Avoid excessive echoes

Bob Mottram hace 9 años
padre
commit
c14f73af67
Ninguna cuenta está vinculada al correo electrónico del colaborador
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-utils-git

+ 1
- 1
src/freedombone-utils-git Ver fichero

@@ -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