if [ -z "${ABC}" ]
then
LOGDIR=`${JAVA_HOME}/bin/java -cp ${a}/aim.jar my.app.util.GetLogDir "${rsp}"`
Can some one help me with this. What this if is exactly doing.
Is it checking if abc exists and the calling GetLogDir’s main with some arguments?
To check whether
ABCis empty. If it is then the command will be executed and result will be in theLOGDIR.