reversed tense on a test -> case conversion
authorK. Richard Pixley <rich@cygnus>
Thu, 6 Feb 1992 04:05:26 +0000 (04:05 +0000)
committerK. Richard Pixley <rich@cygnus>
Thu, 6 Feb 1992 04:05:26 +0000 (04:05 +0000)
configure

index 16d87a5..1b685fa 100755 (executable)
--- 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}