summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Graham <joseph@fibreglass.tunachunks>2013-08-29 22:28:15 +0100
committerJoseph Graham <joseph@fibreglass.tunachunks>2013-08-29 22:28:15 +0100
commit63f6ca810270c57eccf625243cedb21d42a99581 (patch)
tree5402862175e8273c8a85f5b581172a5d1f009a42
parente9090dded3c478126731855c860bcd51f4a2910b (diff)
fixed typo
-rw-r--r--hack_of_all_hacks4
1 files changed, 2 insertions, 2 deletions
diff --git a/hack_of_all_hacks b/hack_of_all_hacks
index 2f940dc..705beb6 100644
--- a/hack_of_all_hacks
+++ b/hack_of_all_hacks
@@ -284,7 +284,7 @@ EOF
send_msg "${channel_it_came_from}" "${personoslash}: I know."
;;
1 )
- grep -v "${isnt}" "info/${thing}" | sponge "info/${thing}"
+ grep -v "^${isnt}" "info/${thing}" | sponge "info/${thing}"
send_msg "${channel_it_came_from}" "${personoslash}: OK, entry removed."
;;
* )
@@ -304,7 +304,7 @@ EOF
send_msg "${channel_it_came_from}" "${personoslash}: I know."
;;
1 )
- grep -v "${isnt}" "info/${thing}" | sponge "info/${thing}"
+ grep -v "^${isnt}" "info/${thing}" | sponge "info/${thing}"
send_msg "${channel_it_came_from}" "${personoslash}: OK, entry removed."
;;
* )