Opened 16 years ago
Closed 16 years ago
#4796 closed defect (fixed)
typo in the vboxadd.sh init script
Reported by: | Marcus_H | Owned by: | |
---|---|---|---|
Component: | installer | Version: | VirtualBox 3.0.4 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
There's a small typo in the vboxadd.sh script: "if !umount -a -t vboxsf 2>/dev/null; then" => "if ! umount -a -t vboxsf 2>/dev/null; then" I attached a patch which fixes this problem.
Attachments (1)
Change History (2)
by , 16 years ago
Attachment: | vboxadd-typo.diff added |
---|
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks for the report, fixed.