aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-30 10:03:17 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-30 10:03:17 +1200
commit88f55dffc99d059714bc3244b8ab0bf66ba32200 (patch)
tree54291b2ce5a656ba806f473955377a2b3ca72639 /ISSUES.markdown
parentUpdate submodules (diff)
downloaddotfiles-88f55dffc99d059714bc3244b8ab0bf66ba32200.tar.gz
dotfiles-88f55dffc99d059714bc3244b8ab0bf66ba32200.zip
Note broken mysql()
Diffstat (limited to 'ISSUES.markdown')
-rw-r--r--ISSUES.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/ISSUES.markdown b/ISSUES.markdown
index 7f906123..7a11d56b 100644
--- a/ISSUES.markdown
+++ b/ISSUES.markdown
@@ -26,3 +26,4 @@ Known issues
standard.
Turns out that old versions of Bash in `sh` mode do this too.
+* mysql() is broken due to a logic error, shifting off $1 before using it.