aboutsummaryrefslogtreecommitdiff
blob: a60752d74f0ed473ff8b269612faf686a326e2c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- update.sh	2020-03-20 15:14:46.462983445 +0100
+++ update.sh	2020-03-20 15:14:56.473090379 +0100
@@ -13,10 +13,6 @@
 		git clone "${OPENBGPD_GIT}/openbsd"
 	fi
 fi
-(cd openbsd
- git fetch
- git checkout "${openbsd_branch}"
- git pull --rebase)
 
 # setup source paths
 dir=`pwd`