[Fix #426] Correct syntax error in variable assignment

This commit is contained in:
Sorin Ionescu 2013-05-03 08:56:13 -04:00
parent 2e64f7ed64
commit 23f62774f9
1 changed files with 1 additions and 2 deletions

View File

@ -29,8 +29,7 @@ zstyle -s ':prezto:module:history-substring-search' globbing-flags \
|| HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS='i'
if zstyle -t ':prezto:module:history-substring-search' case-sensitive; then
HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS=\
"${HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS//i}"
HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS="${HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS//i}"
fi
if ! zstyle -t ':prezto:module:history-substring-search' color; then