Skip to content

Commit

Permalink
Bugfix: Don't treat NANO_IMAGES as a direcotory.
Browse files Browse the repository at this point in the history
This was probably accidentally broken in r295377 .

Submitted by:	Igor Serikov
MFC after:	2 weeks
  • Loading branch information
n_hibma authored and n_hibma committed Sep 5, 2017
1 parent 4e49567 commit 9486a36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/tools/nanobsd/embedded/common
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ mkdir -p ${NANO_OBJ}
NANO_OBJ=$(realpath ${NANO_OBJ})
mkdir -p ${NANO_LOG}
NANO_LOG=$(realpath ${NANO_LOG})
mkdir -p ${NANO_IMAGES}
NANO_IMAGES=$(realpath ${NANO_IMAGES})
mkdir -p ${NANO_WORLDDIR}
NANO_WORLDDIR=$(realpath ${NANO_WORLDDIR})
mkdir -p ${NANO_DISKIMGDIR}
Expand Down

0 comments on commit 9486a36

Please sign in to comment.