From aa6865d7617f5239624f1b0604be379709dbde92 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 25 Nov 2007 14:46:33 -0800 Subject: [PATCH] Return to the master branch at the end. --- support/patch-update | 3 +++ 1 file changed, 3 insertions(+) diff --git a/support/patch-update b/support/patch-update index e37cf7c9..15959613 100755 --- a/support/patch-update +++ b/support/patch-update @@ -82,6 +82,9 @@ if ($incl_generated_files) { system "rm -rf a b"; } +sleep 1 if $last_touch == time; +system "git-checkout master"; + exit; -- 2.34.1