diff options
author | glenda <glenda@cirno.localdomain> | 2015-08-25 09:35:10 +0000 |
---|---|---|
committer | glenda <glenda@cirno.localdomain> | 2015-08-25 09:35:10 +0000 |
commit | c4fdc6bfdb2211e13643d5fba75edf437c122eef (patch) | |
tree | d5991bc7350d3058cfcefe06dfa43814e62df919 /rc/bin/sysupdate | |
parent | 6b402b83cffc97015345dab1c27c35afe64bb3db (diff) | |
download | plan9front-c4fdc6bfdb2211e13643d5fba75edf437c122eef.tar.xz |
fix fuckup
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 de08d28a2..e0420b50f 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 / |