Another typo.
This commit is contained in:
parent
a8d1ee6eb5
commit
9d9c09adb9
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ get_book
|
|||
echo "${SD_BORDER}${nl_}"
|
||||
|
||||
# If $BUILDDIR/sources hasn't been created yet at this point, create it.
|
||||
[[ -d $BUILDDIR/sources ]] && mkdir $BUILDDIR/sources
|
||||
[[ ! -d $BUILDDIR/sources ]] && mkdir $BUILDDIR/sources
|
||||
|
||||
build_Makefile
|
||||
echo "${SD_BORDER}${nl_}"
|
||||
|
|
Reference in a new issue