]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a typo.
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Sat, 27 Jan 2001 21:43:40 +0000 (21:43 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Sat, 27 Jan 2001 21:43:40 +0000 (21:43 +0000)
Modules/makesetup

index dcb19b0b16b672ae5292fcf7c6c2e48179fc2d92..b22933d4a004627bf3221420da12d31cb3660575 100755 (executable)
@@ -65,7 +65,7 @@ done
 
 # Set default libdir and config if not set by command line
 # (Not all systems have dirname)
-case $srcdir in
+case $libdir in
 '')    case $0 in
        */*)    libdir=`echo $0 | sed 's,/[^/]*$,,'`;;
        *)      libdir=.;;