• Vincent Driessen's avatar
    Tell getopt to parse POSIX compatible. · e1ec57d4
    Vincent Driessen authored
    By setting the environmental variable POSIXLY_CORRECT, getopt behaves
    strictly POSIX-compatible.  This fixes the incorrect getopt parsing
    style that breaks git-flow in several flavours of Linux.
    
    Many thanks to Thiana for figuring this one out.
    
    This should fix issues #28 and #29.
    e1ec57d4
git-flow 3.49 KB