Changeset 33540 in vbox for trunk/src/VBox/Installer/darwin/DiskImage/VirtualBox_Uninstall.tool
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/DiskImage/VirtualBox_Uninstall.tool
r31940 r33540 175 175 my_rc=$? 176 176 if test "$my_rc" -ne 0; then 177 echo "An error occur ed durning 'sudo rm', there should be a message above. (rc=$my_rc)"177 echo "An error occurred durning 'sudo rm', there should be a message above. (rc=$my_rc)" 178 178 test -x /usr/bin/sudo || echo "warning: Cannot find /usr/bin/sudo or it's not an executable." 179 179 test -x /bin/rm || echo "warning: Cannot find /bin/rm or it's not an executable" … … 190 190 my_rc2=$? 191 191 if test "$my_rc2" -ne 0; then 192 echo "An error occur ed durning 'sudo /sbin/kextunload -m $kext', there should be a message above. (rc=$my_rc2)"192 echo "An error occurred durning 'sudo /sbin/kextunload -m $kext', there should be a message above. (rc=$my_rc2)" 193 193 test -x /usr/bin/sudo || echo "warning: Cannot find /usr/bin/sudo or it's not an executable." 194 194 test -x /sbin/kextunload || echo "warning: Cannot find /sbin/kextunload or it's not an executable"
Note:
See TracChangeset
for help on using the changeset viewer.