--- hotplug.functions.orig 2003-05-12 23:23:51.000000000 +0000 +++ hotplug.functions 2003-05-12 23:22:56.000000000 +0000 @@ -164,7 +164,7 @@ LOADED=true fi - if [ $LOADED = false ]; then + if [ "$LOADED" = false ]; then mesg "missing kernel or user mode driver $MODULE " fi done