aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-02-06 04:05:26 +0000
committerK. Richard Pixley <rich@cygnus>1992-02-06 04:05:26 +0000
commit46772bd112a43dda43a5ab742794a5b638ecf159 (patch)
tree56b821f5ee4044d95cb22de11161833d983cf833
parenta98bbe58109b86db348e107259d5152baa18199f (diff)
downloadgdb-46772bd112a43dda43a5ab742794a5b638ecf159.zip
gdb-46772bd112a43dda43a5ab742794a5b638ecf159.tar.gz
gdb-46772bd112a43dda43a5ab742794a5b638ecf159.tar.bz2
reversed tense on a test -> case conversion
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 16d87a5..1b685fa 100755
--- a/configure
+++ b/configure
@@ -669,12 +669,12 @@ ${progname}" ${arguments} "
if [ -d ${srcdir}/${configdir} ] ; then
case "${srcdir}" in
- ".")
+ ".") ;;
+ *)
if [ ! -d ./${configdir} ] ; then
mkdir ./${configdir}
fi
;;
- *) ;;
esac
POPDIR=${PWD}