attempt to fix a weird todo corner case. unlikely to help

This commit is contained in:
romkatv 2019-06-08 23:27:56 +02:00
parent 15f0284b12
commit f99cefc5ec

View file

@ -1571,10 +1571,10 @@ prompt_todo() {
local script="
function dirname() {
local f=\$1
[[ \"\$f\" == bash ]] && f=${(Q)commands[todo.sh]}
[[ \"\$f\" == bash ]] && f=${(qqq)todo}
command dirname \"\$f\"
}
source todo.sh shorthelp &>/dev/null
source ${(qqq)todo} shorthelp &>/dev/null
echo \"\$TODO_FILE\""
typeset -g _P9K_TODO_FILE=$(bash -c $script)
fi