Peng Yu
2018-12-03 03:40:42 UTC
It sounds like the following construct would always produce the same
result. Is it so?
if some_cond; then
do something1
do something2
fi
somc_cond && {
do something1
do something2
}
result. Is it so?
if some_cond; then
do something1
do something2
fi
somc_cond && {
do something1
do something2
}
--
Regards,
Peng
Regards,
Peng