summaryrefslogtreecommitdiff
path: root/docs/DEVNOTES.md
diff options
context:
space:
mode:
authorÁkos Kőrösi <korakos99@gmail.com>2026-05-22 10:05:05 +0200
committerÁkos Kőrösi <korakos99@gmail.com>2026-05-22 10:05:05 +0200
commit317656b7feb906b4234956ede6dd75495a49ab7f (patch)
tree5deb6bb76ba67ecd54a6b7c47556b2584805aa18 /docs/DEVNOTES.md
parent607dd5220dbaa00807ae2e87df31bde68abe7711 (diff)
fix splitting
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