but splitting both set and the command will ``` ### VAR=$BASEDIR sh -c 'echo "$VAR"' $BASEDIR ### VAR=$BASEDIR ### sh -c 'echo "$VAR"' ${BASEDIR} ```
but splitting both set and the command will