Fix a typo.
This commit is contained in:
parent
188218232d
commit
09ac1fde1c
|
@ -65,7 +65,7 @@ done
|
||||||
|
|
||||||
# Set default libdir and config if not set by command line
|
# Set default libdir and config if not set by command line
|
||||||
# (Not all systems have dirname)
|
# (Not all systems have dirname)
|
||||||
case $srcdir in
|
case $libdir in
|
||||||
'') case $0 in
|
'') case $0 in
|
||||||
*/*) libdir=`echo $0 | sed 's,/[^/]*$,,'`;;
|
*/*) libdir=`echo $0 | sed 's,/[^/]*$,,'`;;
|
||||||
*) libdir=.;;
|
*) libdir=.;;
|
||||||
|
|
Loading…
Reference in New Issue