fix more enviroment pollution
This commit is contained in:
parent
812e0fd058
commit
845db4c372
5 changed files with 16 additions and 23 deletions
|
@ -1,7 +1,6 @@
|
||||||
#!/bin/rc
|
#!/bin/rc
|
||||||
|
rfork e
|
||||||
wide=`{echo $vgasize | sed 's/(.*)x.*x.*/\1 > 240/' | hoc}
|
wide=`{echo $vgasize | sed 's/(.*)x.*x.*/\1 > 240/' | hoc}
|
||||||
|
|
||||||
debug=0
|
debug=0
|
||||||
tflag=''
|
tflag=''
|
||||||
wflag=''
|
wflag=''
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
#!/bin/rc
|
#!/bin/rc
|
||||||
|
rfork e
|
||||||
|
|
||||||
fn logprog{
|
fn logprog{
|
||||||
echo % `{echo $"* | sed 's/#/''#''/g'}
|
echo % `{echo $"* | sed 's/#/''#''/g'}
|
||||||
$*
|
$*
|
||||||
|
|
|
@ -1,24 +1,16 @@
|
||||||
#!/bin/rc
|
#!/bin/rc
|
||||||
|
|
||||||
rfork n
|
|
||||||
cd /
|
|
||||||
|
|
||||||
incoming=1
|
|
||||||
|
|
||||||
switch($1){
|
|
||||||
case -h
|
|
||||||
echo usage: sysupdate [-i] >[1=2]
|
|
||||||
exit usage
|
|
||||||
case -i
|
|
||||||
incoming=0
|
|
||||||
}
|
|
||||||
|
|
||||||
rfork n
|
rfork n
|
||||||
cd /
|
cd /
|
||||||
if(! test -d .hg)
|
if(! test -d .hg)
|
||||||
bind -ac /dist/plan9front /
|
bind -ac /dist/plan9front /
|
||||||
|
while(! ~ $#* 0){
|
||||||
if(~ $incoming 1)
|
switch($1){
|
||||||
|
case -i
|
||||||
hg incoming
|
hg incoming
|
||||||
|
case *
|
||||||
|
echo usage: sysupdate [-i] >[1=2]
|
||||||
|
exit usage
|
||||||
|
}
|
||||||
|
shift
|
||||||
|
}
|
||||||
hg -v pull -u
|
hg -v pull -u
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/rc
|
#!/bin/rc
|
||||||
|
rfork e
|
||||||
|
|
||||||
v=()
|
v=()
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#!/bin/rc
|
#!/bin/rc
|
||||||
|
rfork e
|
||||||
wide=`{echo $vgasize | sed 's/(.*)x.*x.*/\1 > 240/' | hoc}
|
wide=`{echo $vgasize | sed 's/(.*)x.*x.*/\1 > 240/' | hoc}
|
||||||
|
|
||||||
debug=0
|
debug=0
|
||||||
tflag=''
|
tflag=''
|
||||||
wflag=''
|
wflag=''
|
||||||
|
|
Loading…
Reference in a new issue