From ab1db7ebee3ec15cf837bd48eeef5d0a96df8739 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Tue, 14 Jun 2016 11:31:10 -0700 Subject: Quote `eval ... webconfig.py` in fish_config.fish This was causing issues launching fish_config on OS X if fish.app is renamed to contain a space (noted, but likely not the actual problem, in issue #3140) --- share/functions/fish_config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/functions/fish_config.fish b/share/functions/fish_config.fish index 2a7545e4..32e5341a 100644 --- a/share/functions/fish_config.fish +++ b/share/functions/fish_config.fish @@ -4,5 +4,5 @@ function fish_config --description "Launch fish's web based configuration" if count $argv >/dev/null set initial_tab $argv[1] end - eval $__fish_datadir/tools/web_config/webconfig.py $initial_tab + eval \"$__fish_datadir/tools/web_config/webconfig.py\" $initial_tab end -- cgit v1.2.3