Jakub Narebski wrote: > +grep -q -s -F "-include ${config_file}" config.mak || \ > + echo "-include ${config_file}" >> config.mak Gah, should be of course +grep -q -s -F -e "-include ${config_file}" config.mak || \ + echo "-include ${config_file}" >> config.mak -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html