Why Nostr? What is Njump?
2024-03-24 13:37:13
in reply to

eisai on Nostr: menherahair _eval_user_sequence fails on this line > [[ -z "$*" ]] && die "Error: no ...

_eval_user_sequence fails on this line
> [[ -z "$*" ]] && die "Error: no sequence set"
because the list of arguments is empty. The call to this function is just above on line 171, where the argument is composed as
> "${uservars[sequence]:-$env_default_sequence}"
Which says “use ${uservars[sequence]} or, if it’s not set or has an empty value, take the value of $env_default_sequence”. Neither variable is set.

Author Public Key
npub13nfqcu3kmtp0elthtcdp3865uuvrm3jlyt03cez9elsdleaddh6s85f7eq