Skip to content

Commit

Permalink
Doublejump!
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Jan 13, 2011
1 parent c1043a5 commit 0e4a426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/db
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if [[ -z "$key" ]] ; then
else

if [[ ${escape_flag:-0} -eq 1 ]]; then
escaped_key="$(printf "$key" | sed -e 's#\\#\\#g' -e 's#/#\/#g' -e 's#\.#\.#g')"
escaped_key="$(printf "$key" | sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g')"
else
escaped_key="$key"
fi
Expand Down

0 comments on commit 0e4a426

Please sign in to comment.