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 857f792..0779986 100755
--- a/swipeGuess.sh
+++ b/swipeGuess.sh
@@ -3,7 +3,7 @@
 source "$(dirname "$0")/functions.sh"
 
 swipeToQuery(){
-	swipe=$(echo "$1" | tr -d "'.\*\"\\^$\(\)")
+	swipe=$(echo "$1" | tr -d ".\*\"\\^$\(\)")
 	printf '^'
 	printf "${swipe:0:2}"
 	if test "${swipe:2}"; then