Merge pull request #2 from khmarbaise/fixed

Fixed issue with "[[: not found" message during execution.
main
techknowlogick 2020-11-19 17:53:28 -05:00 committed by GitHub
commit 5f17cccafe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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