From c54a86ba216492794a49613ebc9e8a0a44b91fa7 Mon Sep 17 00:00:00 2001 From: Steven Saus Date: Sun, 21 Nov 2021 10:58:59 -0500 Subject: [PATCH] Whoops, needed to put the eval statement in --- yad-todo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yad-todo.sh b/yad-todo.sh index 579cf66..0f5f860 100755 --- a/yad-todo.sh +++ b/yad-todo.sh @@ -59,4 +59,4 @@ fi NewDate=$(echo "$OutString" | awk -F '|' '{print $5}') TaskString=$(printf "/usr/bin/todo-txt add \"%s %s %s %s %s\"" "$NewTask" "$NewContext" "$NewProject" "$NewPriority" "$NewDate") -echo "$TaskString" +eval "${TaskString}"