summary refs log tree commit diff
path: root/swipeGuess.sh
diff options
context:
space:
mode:
Diffstat (limited to 'swipeGuess.sh')
-rwxr-xr-xswipeGuess.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/swipeGuess.sh b/swipeGuess.sh
index fe52bbd..092c1ee 100755
--- a/swipeGuess.sh
+++ b/swipeGuess.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 swipeToQuery(){
-	swipe=$(echo "$1" | tr -d "'")
+	swipe=$(echo "$1" | tr -d "'.\*\"\\^$\(\)")
 	printf '^'
 	printf "${swipe:0:2}"
 	if test "${swipe:2}"; then