secretGeek / ok-bash

.ok folder profiles for bash
MIT License
89 stars 6 forks source link

Fixes a problem with an unbound variable #12

Closed doekman closed 5 years ago

doekman commented 5 years ago

Found an issue with an unbounded variable. This problem occurs when ok is loaded without prompt_default, but the called with the list-prompt command.

./awesomecsv.sh: line 125: _OK_PROMPT_DEFAULT: unbound variable

(yes, my default workflow is now without the prompting)