Return to the master branch at the end.
authorWayne Davison <wayned@samba.org>
Sun, 25 Nov 2007 22:46:33 +0000 (14:46 -0800)
committerWayne Davison <wayned@samba.org>
Sun, 25 Nov 2007 22:46:33 +0000 (14:46 -0800)
support/patch-update

index e37cf7c..1595961 100755 (executable)
@@ -82,6 +82,9 @@ if ($incl_generated_files) {
     system "rm -rf a b";
 }
 
+sleep 1 if $last_touch == time;
+system "git-checkout master";
+
 exit;