/[grub]/grub/stage2/cmdline.c
ViewVC logotype

Diff of /grub/stage2/cmdline.c

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

revision 1.22 by okuji, Wed Jan 2 21:56:40 2002 UTC revision 1.23 by okuji, Tue Feb 5 04:15:22 2002 UTC
# Line 1  Line 1 
1  /* cmdline.c - the device-independent GRUB text command line */  /* cmdline.c - the device-independent GRUB text command line */
2  /*  /*
3   *  GRUB  --  GRand Unified Bootloader   *  GRUB  --  GRand Unified Bootloader
4   *  Copyright (C) 1999, 2000, 2001  Free Software Foundation, Inc.   *  Copyright (C) 1999,2000,2001,2002  Free Software Foundation, Inc.
5   *   *
6   *  This program is free software; you can redistribute it and/or modify   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by   *  it under the terms of the GNU General Public License as published by
# Line 221  run_script (char *script, char *heap) Line 221  run_script (char *script, char *heap)
221            continue;            continue;
222          }          }
223    
224        if (! (builtin->flags & BUILTIN_HIDDEN))        if (! (builtin->flags & BUILTIN_NO_ECHO))
225          grub_printf ("%s\n", old_entry);          grub_printf ("%s\n", old_entry);
226    
227        /* If BUILTIN cannot be run in the command-line, skip it.  */        /* If BUILTIN cannot be run in the command-line, skip it.  */

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26