Orenef11 opened a new pull request #13:
URL: https://github.com/apache/cassandra-harry/pull/13


   The correct way to check if variable is set is:
   ```bash
   if [ -z ${var+x} ]; then
      echo "var is unset"
   else
      echo "var is set to '$var'"
   fi
   ```
   
   For more information please check the following link:
   
https://stackoverflow.com/questions/3601515/how-to-check-if-a-variable-is-set-in-bash


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to