emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108575: Fix autoconf quoting in prev


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108575: Fix autoconf quoting in previous change
Date: Tue, 12 Jun 2012 09:14:53 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108575
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2012-06-12 09:14:53 -0700
message:
  Fix autoconf quoting in previous change
modified:
  configure.in
=== modified file 'configure.in'
--- a/configure.in      2012-06-12 10:08:39 +0000
+++ b/configure.in      2012-06-12 16:14:53 +0000
@@ -938,7 +938,7 @@
 dnl gnu-linux -> gnu/linux, etc.):
 dnl gnu, gnu/linux, gnu/kfreebsd, aix, cygwin, darwin, hpux, irix.
 dnl And special cases: berkeley-unix, usg-unix-v, ms-dos, windows-nt.
-SYSTEM_TYPE=`echo $opsys | sed -e 's/[0-9].*//' -e 's|-|/|'`
+SYSTEM_TYPE=`echo $opsys | sed -e 's/[[0-9]].*//' -e 's|-|/|'`
 
 dnl NB do not use CRT_DIR unquoted here, since it might not be set yet.
 case $opsys in


reply via email to

[Prev in Thread] Current Thread [Next in Thread]