[svn-r26115] explain why If RUNSERIAL or RUNPARALLEL is the word `none' then replace it with empty string.

This commit is contained in:
Mohamad Chaarawi 2015-02-03 09:33:25 -05:00
parent 473feff3c6
commit cbf280a22d

View File

@ -2314,7 +2314,8 @@ if test -n "$PARALLEL"; then
fi
## If RUNSERIAL or RUNPARALLEL is the word `none' then replace it with
## the empty string.
## the empty string. This means that no launch commands were requested,
## so we will not use any launch commands.
if test "X$RUNSERIAL" = "Xnone"; then
RUNSERIAL=""
fi