VirtualBox

Changeset 32582 in vbox for trunk/src/VBox/Installer/solaris


Ignore:
Timestamp:
Sep 17, 2010 9:18:56 AM (14 years ago)
Author:
vboxsync
Message:

Solaris/Installer: install fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/vboxconfig.sh

    r32549 r32582  
    646646    procname=$1
    647647    procpid=`ps -eo pid,fname | grep $PROC_NAME | grep -v grep | awk '{ print $1 }'`
    648     if test ! -z "procpid" && test "procpid" -ge 0; then
     648    if test ! -z "$procpid" && test "$procpid" -ge 0; then
    649649        $BIN_PKILL "$procname"
    650650        sleep 2
    651651        procpid=`ps -eo pid,fname | grep $PROC_NAME | grep -v grep | awk '{ print $1 }'`
    652         if test ! -z "procpid" && test "procpid" -ge 0; then
     652        if test ! -z "$procpid" && test "$procpid" -ge 0; then
    653653            subprint "Terminating: $procname  ...FAILED!"
    654654            if test "$fatal" = "$FATALOP"; then
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette