Fix unmounting some more.

This commit is contained in:
Roy Marples 2008-07-09 17:05:10 +00:00
parent 7183cb1b18
commit 289889ebf0

View File

@ -93,7 +93,7 @@ if [ "${RC_UNAME}" = "Linux" ]; then
unset IFS
fi
no_umounts_r="${no_umounts_r}|/proc|/proc/.*|/sys|/sys/.*"
no_umounts_r="^(${no_umounts})$"
no_umounts_r="^(${no_umounts_r})$"
fs=
for x in ${net_fs_list}; do
fs="${fs}${fs:+|}${x}"