Ticket #4796: vboxadd-typo.diff
| File vboxadd-typo.diff, 496 bytes (added by , 15 years ago) |
|---|
-
src/VBox/Additions/linux/installer/vboxadd.sh
old new start() 254 254 stop() 255 255 { 256 256 begin "Stopping VirtualBox Additions "; 257 if ! umount -a -t vboxsf 2>/dev/null; then257 if ! umount -a -t vboxsf 2>/dev/null; then 258 258 fail "Cannot unmount vboxsf folders" 259 259 fi 260 260 if [ -n "$BUILDVBOXVFS" ]; then

