diff options
author | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2012-03-03 18:15:37 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2012-03-03 18:15:37 +0100 |
commit | f64e8a1c84a7905884a1c743cab23ce295209e96 (patch) | |
tree | 28cb254526cdc076e561de67ba9604c78e4a8012 | |
parent | d38d52391a0585b72b6ee08d4df40bbb5159fe9f (diff) | |
download | plan9front-f64e8a1c84a7905884a1c743cab23ce295209e96.tar.xz |
sysupdate: do pull/update as a single command
-rwxr-xr-x | rc/bin/sysupdate | 2 |
1 files changed, 1 insertions, 1 deletions
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 |