This commit is contained in:
Kovid Goyal 2007-05-15 04:54:01 +00:00
parent fbccb944d7
commit 61c7035c3f

View file

@ -485,7 +485,7 @@ def opts_and_exts(name, op, exts):
print 'success'
except:
try:
check_call('/etc/init.d/udev reload, shell=True')
check_call('/etc/init.d/udev reload', shell=True)
print 'success'
except:
print >>sys.stderr, "Couldn't reload udev, you may have to reboot"