99base/init: do not fail, when importing the original kernel environment

master
Harald Hoyer 2011-09-01 16:01:21 +02:00
parent f9708da223
commit dffb93feaf
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ for i in $(export -p); do
unset "$i";;
esac
done
. /tmp/export.orig
. /tmp/export.orig 2>/dev/null || :
rm -f /tmp/export.orig

initargs=""