- echo MHCONTEXT = $MHCONTEXT # ????
- if [ "$script_command_opt" = -c ]; then
- #### -c takes single argument with command + arguments.
- script -q -f -c "$*" "$actual" >/dev/null &
- else
- #### E.g., FreeBSD. Don't combine command arguments.
- script -q -t 0 "$actual" "$@" >/dev/null &
- fi
-
- wait $!