diff options
author | mischief <mischief@offblast.org> | 2015-08-25 02:07:46 -0700 |
---|---|---|
committer | mischief <mischief@offblast.org> | 2015-08-25 02:07:46 -0700 |
commit | 6b402b83cffc97015345dab1c27c35afe64bb3db (patch) | |
tree | b525f9443564682c46f8c36af6a4d238bd39a756 /rc/bin/sysupdate | |
parent | dbe0a995f03f26ea2b6859d21df3bd67856d672d (diff) | |
download | plan9front-6b402b83cffc97015345dab1c27c35afe64bb3db.tar.xz |
import E script from bell labs
Diffstat (limited to 'rc/bin/sysupdate')
-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 e0420b50f..de08d28a2 100755 --- a/rc/bin/sysupdate +++ b/rc/bin/sysupdate @@ -1,6 +1,6 @@ #!/bin/rc rfork en -source=https://code.9front.org/hg/plan9front + cd / if(! test -d .hg) bind -ac /dist/plan9front / |