Another typo.

This commit is contained in:
Manuel Canales Esparcia 2006-05-13 17:16:53 +00:00
parent a8d1ee6eb5
commit 9d9c09adb9

View file

@ -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_}"