RTXI / rtxi

Tutorials, FAQs, and more at http://rtxi.org/docs
GNU General Public License v3.0
53 stars 15 forks source link

bug in instal_rt_kernel script #44

Closed Hananel-Hazan closed 10 years ago

Hananel-Hazan commented 10 years ago

Every condition in the script have a syntax problem Instead of: if [ $? -eq 0 ]; then

Its written: if [ $? q 0 ]; then

for some reason the "-eq" switch to just "q"

yapatel commented 10 years ago

good catch. thanks. this must have occurred when we cleaned up the scripts. weird that our tests did not pick it up.