1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-20 20:09:07 +00:00
Pablo Aguiar cc6d90963e #367: Support BSD style output in touch rule (#830)
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-29 18:18:42 +02:00
..
2015-04-25 03:13:57 +02:00
2017-09-03 10:10:50 +02:00
2015-09-08 15:24:49 +03:00
2017-08-26 06:16:51 +02:00
2017-10-10 08:31:45 +02:00