summaryrefslogtreecommitdiff
path: root/hack_of_all_hacks
diff options
context:
space:
mode:
authorJoseph Graham <joseph@fibreglass.tunachunks>2013-08-24 21:12:43 +0100
committerJoseph Graham <joseph@fibreglass.tunachunks>2013-08-24 21:12:43 +0100
commit09eb2f838d6433f113da61eb6d5bf4c89375d34e (patch)
tree4ca1a1eae85a6c2f5fd09c68ac1c3ba6a08bd8a0 /hack_of_all_hacks
parentf439850b1572174679116e18af56c1951683545a (diff)
typo
Diffstat (limited to 'hack_of_all_hacks')
-rw-r--r--hack_of_all_hacks2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack_of_all_hacks b/hack_of_all_hacks
index 5fc1ffa..d2a5911 100644
--- a/hack_of_all_hacks
+++ b/hack_of_all_hacks
@@ -323,7 +323,7 @@ EOF
# answer nicks over query #
###########################
- if [[ ${line} =~ !tell [^\ ]+ about [^\ ]+ ]]
+ if [[ "${line}" =~ !tell\ [^\ ]+\ about\ [^\ ]+ ]]
then
gotit="${BASH_REMATCH}" # will be like: `!tell jack about blah'