Fix bochs debugging argument.
This commit is contained in:
parent
0dfa6008ec
commit
fff3d8927c
|
@ -11,7 +11,7 @@ sudo sh ${DIR}/build_image.sh ${BUILD_DIR}/disk.img
|
|||
|
||||
BOCHS_ARGS=
|
||||
if [[ $1 == "debug" ]]; then
|
||||
BOCHS_ARGS+="--dbg"
|
||||
BOCHS_ARGS+="-dbg"
|
||||
fi
|
||||
|
||||
# TODO Make this portable, build bochs as a part of toolchain?
|
||||
|
|
Loading…
Reference in New Issue