bootrc: broke #ec copying, fix it. dontkill: ignore errors
This commit is contained in:
parent
e3506f4c4d
commit
6d9f649c41
2 changed files with 4 additions and 6 deletions
|
@ -17,11 +17,8 @@ cat '#r/rtc' >/dev/time >[2]/dev/null
|
|||
|
||||
# reparse #ec variables, move to #e
|
||||
for(i in `{ls -p '#ec'}){
|
||||
a=`{echo $$i}
|
||||
$i=()
|
||||
rm -f /env/$i
|
||||
if(! ~ $#a 0)
|
||||
$i=$a
|
||||
cat '#ec/'^$i >'#e/'^$i
|
||||
$i=`{echo $$i}
|
||||
}
|
||||
|
||||
fn fatal {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue