Commit 470abae
authored
bug_report.md: Use set -x and use
set -x shows the command in the output, making the output's respective command clearer.
Using `;` rather than `&&` also runs the other commands even if one fails, for example if "jupyter-nbextension" is not found.; instead of &&
1 parent 5e068ed commit 470abae
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments