From 81483f9f5dc12adafc45fc549f536c1e18165f99 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Mon, 25 Jan 2016 22:52:57 +0100 Subject: bash completion: fix error introduced in cf66dfd6 cf66dfd6ba introduced a syntax error in the modified lopts string. Without the fix, you'll provoke a shell error when trying to complete `rebar3 ct --`. --- priv/shell-completion/bash/rebar3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'priv/shell-completion/bash/rebar3') diff --git a/priv/shell-completion/bash/rebar3 b/priv/shell-completion/bash/rebar3 index 771297c..49427ef 100644 --- a/priv/shell-completion/bash/rebar3 +++ b/priv/shell-completion/bash/rebar3 @@ -74,8 +74,8 @@ _rebar3() --multiply_timetraps \ --scale_timetraps \ --create_priv_dir \ - --verbose" \ - --auto_compile + --verbose \ + --auto_compile" elif [[ ${prev} == deps ]] ; then : elif [[ ${prev} == dialyzer ]] ; then -- cgit v1.1