X-Git-Url: http://popeye.lapinbilly.eu/git/?p=fbsd-stable-mgmt.git;a=blobdiff_plain;f=update_stage0.sh;fp=update_stage0.sh;h=08e5a672298f2ddfbba16ee9653be75113e32e4c;hp=bc10a0fa116ef13eff982d95b2861122cb34cdb4;hb=82fd62eb64eb588df77a22264801078364a7b803;hpb=3682eef05e5d4fa3546043712f59d0abb82aa072 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