mpimcexec: fix empty ${COMMAND} check
Change-Id: I9e37e952fb756a4aafb4b2e218844120fe59af7b
This commit is contained in:
@ -120,7 +120,7 @@ if [ -z ${RANKS} ] && [ -z ${NODES} ]; then
|
||||
help_exit
|
||||
fi
|
||||
|
||||
if [ x${COMMAND} = x ]; then
|
||||
if [ "x${COMMAND}" = "x" ]; then
|
||||
echo "error: please specify command"
|
||||
help_exit
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user