mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
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:
parent
ce08bb2ad2
commit
4f0221bc4f
1 changed files with 1 additions and 1 deletions
2
fish.c
2
fish.c
|
@ -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
|
||||
*/
|
||||
#define GETOPT_STRING "hilnvc:p:d:"
|
||||
#define GETOPT_STRING "+hilnvc:p:d:"
|
||||
|
||||
/**
|
||||
Parse init files
|
||||
|
|
Loading…
Reference in a new issue