From dd1f0da818d33508999298954172f347e4dbf450 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 3 Feb 2008 23:40:20 -0800 Subject: [PATCH] Improved the usage message. --- support/patch-update | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/support/patch-update b/support/patch-update index 2d073565..502380df 100755 --- a/support/patch-update +++ b/support/patch-update @@ -104,7 +104,7 @@ if ($incl_generated_files) { } sleep 1 if $last_touch == time; -system "git checkout master" and die $!; +system "git checkout master" and exit 1; exit; @@ -181,7 +181,7 @@ sub usage die <