tuning-primer icon indicating copy to clipboard operation
tuning-primer copied to clipboard

Error at line 1605

Open j75 opened this issue 4 years ago • 0 comments

Hello,

Shellcheck spotted an error at line 1605:

elif [ "$1" != "prompt" ] || [ "$1" != "PROMPT" ] ; then
                          ^-- SC2252: You probably wanted && here, otherwise it's always true

There are several other errors, but this seems to be the most important.

j75 avatar Jun 07 '20 08:06 j75