From 704eb1eab3a63fa5df6fcbf91a5eead78f30418d Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Wed, 18 Mar 2015 14:49:08 +0100 Subject: [PATCH] scripts: Enforce disabled confirmation in bash completion https://bug.tasktools.org/browse/TW-1578 --- scripts/bash/task.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bash/task.sh b/scripts/bash/task.sh index 7c37944cc..506de4a21 100644 --- a/scripts/bash/task.sh +++ b/scripts/bash/task.sh @@ -50,7 +50,7 @@ # ################################################################################ #the following variable is substituted for by ../../test/bash_completion.t -taskcommand='task rc.verbose:nothing' +taskcommand='task rc.verbose:nothing rc.confirmation:no' _task_get_tags() { $taskcommand _tags