Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Dec 2010 20:35:08 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/printf printf.c
Message-ID:  <201012142035.oBEKZOFg044364@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
delphij     2010-12-14 20:35:08 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/printf       printf.c 
  Log:
  SVN rev 216447 on 2010-12-14 20:35:08Z by delphij
  
  Revert r216423 per request from Jilles.
  
  The new behavior prevents us from being able to bail out explicitly
  on unknown options that we have not implemented.  BASH for instance
  have introduced a '-v' for printf(1) builtin and it seems to be bad
  to pretend that we supported it and have a script break silently.
  
  Revision  Changes    Path
  1.48      +10 -10    src/usr.bin/printf/printf.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012142035.oBEKZOFg044364>