Opened 6 years ago
Closed 6 years ago
#18226 closed defect (fixed)
Grep error in vboxdrv.sh file => Fixed in SVN
Reported by: | Sepahrad Salour | Owned by: | |
---|---|---|---|
Component: | installer | Version: | VirtualBox 6.0.0 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | Linux |
Description
In VirtualBox version 6 if you face problem at compiling modules an error will raise and will be stored in /var/log/vbox-setup.log..
But there is a problem at line 134 of file /usr/lib/virtualbox/vboxdrv.sh
which doesn't let script to write it's error to the log file and shows this error in terminal: grep: Unmatched ) or \)
For fixing this issue you need to change line 134 to: "^test -e include/generated/autoconf.h|^echo >&2|^/bin/false$" \
I mean there is a extra parenthesis that need to be remove.
Sorry for my bad english... Thanks and best regards...
Change History (2)
comment:1 by , 6 years ago
Summary: | Grep error in vboxdrv.sh file → Grep error in vboxdrv.sh file => Fixed in SVN |
---|
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for the report. The paren is intended, it's just must be quoted.