From f64e8a1c84a7905884a1c743cab23ce295209e96 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sat, 3 Mar 2012 18:15:37 +0100 Subject: sysupdate: do pull/update as a single command --- rc/bin/sysupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/bin/sysupdate b/rc/bin/sysupdate index 663844961..2865bdd5d 100755 --- a/rc/bin/sysupdate +++ b/rc/bin/sysupdate @@ -3,4 +3,4 @@ rfork n cd / if(! test -d .hg) bind -ac /dist/plan9front / -hg incoming && hg pull && hg -v update +hg incoming && hg -v pull -u -- cgit v1.2.3