Magellan Linux

Diff of /tags/grubby-8_9/grubby.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1715 by niro, Sat Feb 18 00:35:46 2012 UTC revision 1717 by niro, Sat Feb 18 00:47:17 2012 UTC
# Line 3365  int main(int argc, const char ** argv) { Line 3365  int main(int argc, const char ** argv) {
3365   defaultKernel = NULL;   defaultKernel = NULL;
3366      }      }
3367    
3368      if (!strcmp(grubConfig, "-") && !outputFile) {      if (grubConfig && !strcmp(grubConfig, "-") && !outputFile) {
3369   fprintf(stderr, _("grubby: output file must be specified if stdin "   fprintf(stderr, _("grubby: output file must be specified if stdin "
3370   "is used\n"));   "is used\n"));
3371   return 1;   return 1;

Legend:
Removed from v.1715  
changed lines
  Added in v.1717