diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-12-10 03:16:36 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-12-10 03:16:36 +0100 |
commit | d75f5a24baa73052dd174fbd84a9615db4551b73 (patch) | |
tree | 8ca35a8860c1b269437de87fce79d9fcb4dd3202 /sys/src/9/boot | |
parent | 1985bebbddc7d47f165e3e7d45ff8614b23acd71 (diff) |
bootrc: preserve #ec/fs (thanks _sl)
Diffstat (limited to 'sys/src/9/boot')
-rwxr-xr-x | sys/src/9/boot/bootrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/boot/bootrc b/sys/src/9/boot/bootrc index d3046727a..ed949ec91 100755 --- a/sys/src/9/boot/bootrc +++ b/sys/src/9/boot/bootrc @@ -145,7 +145,7 @@ fn main{ } # remove enviroment variables - rm -f /env/^$mt /env/? /env/?? '/env/fn#'* + rm -f '#e/'^$mt '#e/'? '#e/'?? '#e/fn#'* # remove part of our temporary root /mnt/broot/$cputype/bin/unmount /$cputype/bin /bin |