From: Wayne Davison Date: Sun, 25 Nov 2007 22:46:33 +0000 (-0800) Subject: Return to the master branch at the end. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/aa6865d7617f5239624f1b0604be379709dbde92 Return to the master branch at the end. --- 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;