From: mdw Date: Thu, 15 May 2003 23:42:31 +0000 (+0000) Subject: Don't whine if you can't make the directory. X-Git-Tag: 1.2.9^0 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/cfd/commitdiff_plain/3ea2ea459465ede56247ed82810d2c30f9dd5457?ds=sidebyside Don't whine if you can't make the directory. --- diff --git a/setup b/setup index f8ae051..fb10ddf 100755 --- a/setup +++ b/setup @@ -4,4 +4,4 @@ set -e mkaclocal || cp aclocal.glob aclocal.m4 autoconf automake -mkdir build +mkdir -p build