diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-12-06 02:03:59 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-12-06 02:03:59 +0100 |
commit | 620d6df97358a1ea77c2328eb996d856bf438620 (patch) | |
tree | c3a68e6d835417cdb7749aad9216260f0331d8c4 /sys/src/9/boot | |
parent | 6e630a2d1f6a592d67f3ee27c251cb3bded11e8f (diff) |
bootrc: reparse all env variables, not just #ec
Diffstat (limited to 'sys/src/9/boot')
-rw-r--r-- | sys/src/9/boot/bootrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/src/9/boot/bootrc b/sys/src/9/boot/bootrc index e362f815a..e0281cec9 100644 --- a/sys/src/9/boot/bootrc +++ b/sys/src/9/boot/bootrc @@ -16,9 +16,9 @@ for(i in I l^(0 1 2 3)) cat '#r/rtc' >/dev/time >[2]/dev/null # reparse variables -for(i in `{ls -Qp '#ec'}){ +for(i in `{ls -Qp /env}){ switch($i){ - case '*'* + case '*'* ? # ignore these case * $i=`{echo $$i} |