VirtualBox

Changeset 1188 in kBuild


Ignore:
Timestamp:
Oct 5, 2007 10:59:40 PM (17 years ago)
Author:
bird
Message:

changed the --version output so it's aligned with the reset.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sed/sed/sed.c

    r797 r1188  
    286286
    287287        case 'v':
     288#ifdef KBUILD_VERSION_MAJOR
     289          fprintf(stdout, _("kmk_sed - kBuild version %d.%d.%d\n"
     290                            "\n"
     291                            "Based on "),
     292                  KBUILD_VERSION_MAJOR, KBUILD_VERSION_MINOR, KBUILD_VERSION_PATCH);
     293#endif
    288294#ifdef REG_PERL
    289295          fprintf(stdout, _("super-sed version %s\n"), VERSION);
     
    297303to the extent permitted by law.\n\
    298304"), COPYRIGHT_NOTICE);
    299 #ifdef KBUILD_VERSION_MAJOR
    300           fprintf(stdout, _("\n\
    301 kBuild %d.%d.%d [" __DATE__ " " __TIME__ "]\n\
    302 "), KBUILD_VERSION_MAJOR, KBUILD_VERSION_MINOR, KBUILD_VERSION_PATCH);
    303 #endif
    304305
    305306          ck_fclose (NULL);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette