We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908998a commit bcb4d05Copy full SHA for bcb4d05
src/cmdlib.sh
@@ -765,7 +765,7 @@ rc=0
765
if [ -z "${RUNVM_SHELL:-}" ]; then
766
(cd ${workdir}; bash ${tmp_builddir}/cmd.sh |& tee /dev/virtio-ports/cosa-cmdout) || rc=\$?
767
else
768
- (cd ${workdir}; RUNVM_SHELL=${RUNVM_SHELL} bash)
+ (cd ${workdir}; RUNVM_SHELL=${RUNVM_SHELL:-} bash)
769
fi
770
echo \$rc > ${rc_file}
771
if [ -n "\${cachedev}" ]; then
0 commit comments