Fixed issue with "[[: not found" message during execution.

pull/2/head
Karl Heinz Marbaise 2020-11-19 23:50:47 +01:00
parent d585bba334
commit 75b308a52a
No known key found for this signature in database
GPG Key ID: 8B0378A57CD8E243
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ then
fi
rc=$?;
if [[ $rc != 0 ]];
if [[ $rc != 0 ]]
then
echo "> non-zero exit code $rc" &&
exit $rc