We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First of all many thanks to all the people involved on this project for their time, I really appreciate it.
git clone https://github.com/dedis/cothority
doctoc.sh
bash cothority/doctoc.sh cothority/README.md
Get an output similar to:
Created doctoc.sh block in cothority/README.md succesfully
The output is:
cothority/doctoc.sh: line 96: output: unbound variable
If we comment out the set -u line:
set -u
sed -i 's/set -u/#set -u/g' cothority/doctoc.sh
The script works.
The text was updated successfully, but these errors were encountered:
thanks for catching that. I think a better fix would be to add a
output=""
before the while loop on line 86 of the doctoc.sh script. Can you test that and create a PR, please?
Sorry, something went wrong.
Done, thanks.
No branches or pull requests
First of all many thanks to all the people involved on this project for their time, I really appreciate it.
Steps to reproduce
doctoc.sh
:Expected behaviour
Get an output similar to:
Found behaviour
The output is:
Error message
Workaround
If we comment out the
set -u
line:The script works.
The text was updated successfully, but these errors were encountered: