Commit ee1921b4 authored by Kevin  F. Konrad's avatar Kevin F. Konrad Committed by Derek W. Stavis

Add missing quotation marks in autoload (#711)

parent c8337b65
...@@ -45,8 +45,8 @@ function __autoload_erase ...@@ -45,8 +45,8 @@ function __autoload_erase
or set function_indexes $function_indexes (contains -i $path $fish_function_path) or set function_indexes $function_indexes (contains -i $path $fish_function_path)
end; end;
test -n "$function_indexes" test -n "$function_indexes"
and set -e fish_function_path[$function_indexes] and set -e fish_function_path["$function_indexes"]
test -n "$complete_indexes" test -n "$complete_indexes"
and set -e fish_complete_path[$complete_indexes] and set -e fish_complete_path["$complete_indexes"]
return 0 return 0
end; end;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment