From d75f47a0c73611a9dc24e77a072e6f83a80de594 Mon Sep 17 00:00:00 2001 From: ZyX Date: Thu, 23 Jan 2014 16:32:18 +0400 Subject: [PATCH] Use `.` for sourcing in fish It appears that travis uses fish version without this command. Though `.` is deprecated on new versions it is still supported for backwards compatibility, thus may be used here. --- tests/test_shells/input.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_shells/input.fish b/tests/test_shells/input.fish index 658d4899..41f0ca40 100644 --- a/tests/test_shells/input.fish +++ b/tests/test_shells/input.fish @@ -2,7 +2,7 @@ set POWERLINE_COMMAND "$PWD/scripts/powerline -p $PWD/powerline/config_files" set POWERLINE_COMMAND "$POWERLINE_COMMAND -t default_leftonly.segment_data.hostname.args.only_if_ssh=false" set POWERLINE_COMMAND "$POWERLINE_COMMAND -c ext.shell.theme=default_leftonly" set VIRTUAL_ENV -source powerline/bindings/fish/powerline.fish ; cd tests/shell/3rd +. powerline/bindings/fish/powerline.fish ; cd tests/shell/3rd cd .git cd .. set VIRTUAL_ENV "$HOME/.virtenvs/some-virtual-environment"