@@ -, +, @@ /proc/self/environ --- sh/init.sh.Linux.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/sh/init.sh.Linux.in +++ a/sh/init.sh.Linux.in @@ -21,7 +21,7 @@ fi mountproc=true f=/proc/self/environ if [ -e $f ]; then - if [ "$(VAR=a cat $f)" = "$(VAR=b cat $f)" ]; then + if [ "$(VAR=a cat $f 2>/dev/null)" = "$(VAR=b cat $f 2>/dev/null)" ]; then eerror "You have cruft in /proc that should be deleted" else einfo "/proc is already mounted" --