Searched refs:my_rc (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Installer/darwin/DiskImage/
H A DVirtualBox_Uninstall.tool209 my_rc=$?
210 if test "$my_rc" -ne 0; then
211 echo "An error occurred durning 'sudo rm', there should be a message above. (rc=$my_rc)"
220 my_rc=0
229 my_rc=$my_rc2
232 if test "$my_rc" -eq 0; then

Completed in 330 milliseconds