diff options
-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 |