From: Nicolas Boisselier Date: Tue, 9 Jun 2015 09:48:11 +0000 (+0100) Subject: nb-update X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=f23b866eb2c6175571e567bbfb5c689d17b80cc7;p=nb.git nb-update --- diff --git a/bin/nb-update b/bin/nb-update index e1a450c3..8a4c0d53 100755 --- a/bin/nb-update +++ b/bin/nb-update @@ -41,7 +41,7 @@ for repo in \ if [ "$USER" == "$user" ]; then git pull else - su - $user -c "cd \"$repo\" && git pull" + su $user -c "cd \"$repo\" && git pull" fi done