# define PATHSEP.
if test -z "$PATHSEP"; then
    if test -n "$OS2_SHELL"; then
        PATHSEP=";"
    else
        PATHSEP=":"
    fi
fi

