Skip to content

Commit bcb4d05

Browse files
committed
fixup! osbuild: supress disk usage log and add tips
1 parent 908998a commit bcb4d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmdlib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ rc=0
765765
if [ -z "${RUNVM_SHELL:-}" ]; then
766766
(cd ${workdir}; bash ${tmp_builddir}/cmd.sh |& tee /dev/virtio-ports/cosa-cmdout) || rc=\$?
767767
else
768-
(cd ${workdir}; RUNVM_SHELL=${RUNVM_SHELL} bash)
768+
(cd ${workdir}; RUNVM_SHELL=${RUNVM_SHELL:-} bash)
769769
fi
770770
echo \$rc > ${rc_file}
771771
if [ -n "\${cachedev}" ]; then

0 commit comments

Comments
 (0)