From 82fd62eb64eb588df77a22264801078364a7b803 Mon Sep 17 00:00:00 2001 From: David Marec Date: Thu, 31 Dec 2020 11:01:35 +0100 Subject: [PATCH] Migrate from svn to git --- update_stage0.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_stage0.sh b/update_stage0.sh index bc10a0f..08e5a67 100755 --- a/update_stage0.sh +++ b/update_stage0.sh @@ -45,7 +45,7 @@ parse ${*} if [ ${UPDATE:=-0} -eq 1 ]; then echo "updating ..." - svnlite update ${usrsrc} + git -C ${usrsrc} pull --rebase [ ${?} == 1 ] && exit 1 fi -- 2.45.0