summaryrefslogtreecommitdiff
path: root/docs/DEVNOTES.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/DEVNOTES.md')
-rw-r--r--docs/DEVNOTES.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/DEVNOTES.md b/docs/DEVNOTES.md
index 35a14c4..a1e0c08 100644
--- a/docs/DEVNOTES.md
+++ b/docs/DEVNOTES.md
@@ -14,12 +14,5 @@
## BUGS
-1.
-```
-export FOO=bar
-echo "$FOO"bie
-```
-prints `bar bie` (with the space).
-
2.
```echo "'hi'"``` hangs