diff options
author | Joseph Graham <joseph@fibreglass.tunachunks> | 2013-08-24 21:12:43 +0100 |
---|---|---|
committer | Joseph Graham <joseph@fibreglass.tunachunks> | 2013-08-24 21:12:43 +0100 |
commit | 09eb2f838d6433f113da61eb6d5bf4c89375d34e (patch) | |
tree | 4ca1a1eae85a6c2f5fd09c68ac1c3ba6a08bd8a0 /hack_of_all_hacks | |
parent | f439850b1572174679116e18af56c1951683545a (diff) |
typo
Diffstat (limited to 'hack_of_all_hacks')
-rw-r--r-- | hack_of_all_hacks | 2 |
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' |