diff options
| author | Glenn Morris | 2012-06-12 09:14:53 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-06-12 09:14:53 -0700 |
| commit | 98d8c1f9b57993f231c05d0bc93995e25130be38 (patch) | |
| tree | 533cb75c303e79e50814bbaea8eb09fb179b2e8a | |
| parent | 15f79fcd6ca07c0724d707879f31d49789d4b0b7 (diff) | |
| download | emacs-98d8c1f9b57993f231c05d0bc93995e25130be38.tar.gz emacs-98d8c1f9b57993f231c05d0bc93995e25130be38.zip | |
Fix autoconf quoting in previous change
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f11b6651c1d..a91b7f06b40 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -938,7 +938,7 @@ dnl Current possibilities handled by sed (aix4-2 -> aix, | |||
| 938 | dnl gnu-linux -> gnu/linux, etc.): | 938 | dnl gnu-linux -> gnu/linux, etc.): |
| 939 | dnl gnu, gnu/linux, gnu/kfreebsd, aix, cygwin, darwin, hpux, irix. | 939 | dnl gnu, gnu/linux, gnu/kfreebsd, aix, cygwin, darwin, hpux, irix. |
| 940 | dnl And special cases: berkeley-unix, usg-unix-v, ms-dos, windows-nt. | 940 | dnl And special cases: berkeley-unix, usg-unix-v, ms-dos, windows-nt. |
| 941 | SYSTEM_TYPE=`echo $opsys | sed -e 's/[0-9].*//' -e 's|-|/|'` | 941 | SYSTEM_TYPE=`echo $opsys | sed -e 's/[[0-9]].*//' -e 's|-|/|'` |
| 942 | 942 | ||
| 943 | dnl NB do not use CRT_DIR unquoted here, since it might not be set yet. | 943 | dnl NB do not use CRT_DIR unquoted here, since it might not be set yet. |
| 944 | case $opsys in | 944 | case $opsys in |