Modify getopt string to force posix compliance. I forgot why I

needed this -- but -- some options were not working right.
This commit is contained in:
David Frascone 2010-11-05 09:29:10 -06:00
parent ce08bb2ad2
commit 4f0221bc4f

2
fish.c
View file

@ -66,7 +66,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
/** /**
The string describing the single-character options accepted by the main fish binary The string describing the single-character options accepted by the main fish binary
*/ */
#define GETOPT_STRING "hilnvc:p:d:" #define GETOPT_STRING "+hilnvc:p:d:"
/** /**
Parse init files Parse init files