From 9d9c09adb9d868de64782aabbd9308b4a0f31cfe Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 13 May 2006 17:16:53 +0000 Subject: [PATCH] Another typo. --- master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master.sh b/master.sh index 039ce8a..ef42a09 100755 --- a/master.sh +++ b/master.sh @@ -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_}"