FS#3305 - nvidia and nvidia-legacy init script syntax error
Attached to Project:
Arch Linux
Opened by Vardyr (Vardyr) - Friday, 07 October 2005, 08:13 GMT
Last edited by Dale Blount (dale) - Friday, 07 October 2005, 12:14 GMT
Opened by Vardyr (Vardyr) - Friday, 07 October 2005, 08:13 GMT
Last edited by Dale Blount (dale) - Friday, 07 October 2005, 12:14 GMT
|
Details
The init script included in the current nvidia and
nvidia-legacy driver package has a syntax error on line 10,
which throws up this error every time it is run:
/etc/rc.d/nvidia: line 10: [: missing `]' All-in-all, line 10: if [ $? -gt 0] ; then should be if [ $? -gt 0 ] ; then |
This task depends upon
Closed by Tobias Powalowski (tpowa)
Sunday, 09 October 2005, 18:29 GMT
Reason for closing: Implemented
Sunday, 09 October 2005, 18:29 GMT
Reason for closing: Implemented
nvidia
Line 10 should read:
if [ $? -lt 1 ] ; then
. Sorry for not catching this before I submitted it tpowa.