diff --git a/update b/update index 669e9148..b2d76c3f 100755 --- a/update +++ b/update @@ -55,7 +55,7 @@ git pull --no-rebase > .updated if [ $checkout -eq 1 ]; then git checkout $branch - git pull --no-rebase + git pull --no-rebase > .updated fi make debug