hroptatyr / dateutils

nifty command line date and time utilities; fast date calculations and conversion in the shell
http://www.fresse.org/dateutils/
Other
616 stars 42 forks source link

dconv -q goes to infloop #19

Closed hroptatyr closed 11 years ago

hroptatyr commented 11 years ago

This seems to be the regression:

$ dconv -q <<EOF
xyz
some date: 2013-10-02
EOF

whereas the version without -q seems to work just fine:

$ dconv <<EOF
xyz
some date: 2013-10-02
EOF
=>
  dconv: cannot make sense of `xyz' using the given input formats
  2003-10-10
hroptatyr commented 11 years ago

fixed in 8c2334db (and following)