* mc.sh.in: Only bash needs the mc() function to be exported.

This commit is contained in:
Pavel Roskin 2002-08-25 19:40:24 +00:00
parent b6862a8c26
commit 15a6a98f18

View File

@ -9,4 +9,6 @@ mc ()
unset MC;
}
export -f mc
if test -n "$BASH_VERSION"; then
export -f mc
fi