Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
377c377 < if [-e /lib/rcscripts/addons/udev-start.sh ] --- > if [ -e /lib/rcscripts/addons/udev-start.sh ] synx error ^^
Please use 'diff -au' to generate a patch.
--- livecdfs-update.sh 2006-04-25 20:54:46.000000000 +0800 +++ livecdfs-update.sh.fix 2006-04-25 20:54:22.000000000 +0800 @@ -374,7 +374,7 @@ -if [-e /lib/rcscripts/addons/udev-start.sh ] +if [ -e /lib/rcscripts/addons/udev-start.sh ]
I fixed this in CVS. Thanks for pointing it out.
Fixed in 2.0_rc45