aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-17 17:21:20 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-17 17:21:20 +1300
commitc0ddb0f83f6a8c5bb77880323261b7d6fe06e4cc (patch)
tree17c35dea69d1bf7f21297ea542fce33d754db7ff /ISSUES.markdown
parentAdd an issue (diff)
downloaddotfiles-c0ddb0f83f6a8c5bb77880323261b7d6fe06e4cc.tar.gz
dotfiles-c0ddb0f83f6a8c5bb77880323261b7d6fe06e4cc.zip
Resolve an issue with find(1) compatibility
Diffstat (limited to 'ISSUES.markdown')
-rw-r--r--ISSUES.markdown2
1 files changed, 0 insertions, 2 deletions
diff --git a/ISSUES.markdown b/ISSUES.markdown
index 8600b857..19375c83 100644
--- a/ISSUES.markdown
+++ b/ISSUES.markdown
@@ -18,5 +18,3 @@ Known issues
* dr(1df) is probably more practical in awk
* How come commands I fix with the fc builtin always seem to exit 1 even if
they succeed? Did I do that or is it Bash?
-* Looks like -path for find(1) isn't specified by POSIX 2003.
- cf(1df) and cfr(1df) use it though.