; * configure.ac: Fix last change.
This commit is contained in:
parent
b079ee72ac
commit
6ae845637b
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ Defaulting to $host.])
|
|||
# 'eval' pacifies strict POSIX non-MinGW shells (Bug#18612).
|
||||
# We downcase the drive letter to avoid warnings when
|
||||
# generating autoloads.
|
||||
eval 'srcdir=/`echo ${srcdir:0:1} | sed "y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/`"${srcdir:2}"'
|
||||
eval 'srcdir=/`echo ${srcdir:0:1} | sed "y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/"`"${srcdir:2}"'
|
||||
;;
|
||||
esac;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue