From: Neil Schemenauer Date: Sat, 27 Jan 2001 21:43:40 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: v2.1a2~126 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09ac1fde1ca8a5c8d9b2c8f767833d78210a8384;p=thirdparty%2FPython%2Fcpython.git Fix a typo. --- diff --git a/Modules/makesetup b/Modules/makesetup index dcb19b0b16b6..b22933d4a004 100755 --- a/Modules/makesetup +++ b/Modules/makesetup @@ -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=.;;