2,684
edits
(→The script: v 0.87) |
(→The script: bash -x should be used for debugging, not bash -v) |
||
Line 117: | Line 117: | ||
# | # | ||
# notes for debugging of the script: | # notes for debugging of the script: | ||
# - add the - | # - add the -x option to the first line, to see where an error occurs | ||
# - comment out the removal of tmp1 and tmp2 in the last line | # - comment out the removal of tmp1 and tmp2 in the last line | ||
# | # |