From 6f4f4e1f34062155d63bec6b635f46440a8ab064 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Fri, 8 Aug 2014 07:31:28 -0500 Subject: rebase on pull when updating the openbsd branch this avoids inadvertent local merges --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 21a516d..62fb99f 100755 --- a/update.sh +++ b/update.sh @@ -13,7 +13,7 @@ if [ ! -d openbsd ]; then fi (cd openbsd git checkout $openbsd_branch - git pull) + git pull --rebase) dir=`pwd` libssl_src=$dir/openbsd/src/lib/libssl -- cgit v1.2.3-55-g6feb