1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-16 23:58:34 +00:00
Pablo Santiago Blum de Aguiar 6f24af677f #367: Support BSD style output in touch rule
On a Mac, also on NetBSD or OpenBSD, `touch` errs differently:

```
$ uname; touch a/b/c
Darwin
touch: a/b/c: No such file or directory
```

That gets matched by the rule but not fixed by it. Thus the regex
pattern is now a bit more tolerant.
2018-07-18 16:41:32 +02:00
..
2018-02-23 21:15:05 +01:00
2017-10-15 16:39:40 +02:00
2018-01-02 11:47:48 -05:00