changeset 13546:b4c5025d2f92

autoupdate
author Karl Berry <karl@freefriends.org>
date Thu, 12 Aug 2010 06:51:12 -0700
parents 1531149632e8
children d92a9ab3d30b
files build-aux/compile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/compile
+++ b/build-aux/compile
@@ -1,7 +1,7 @@
 #! /bin/sh
 # Wrapper for compilers which do not understand `-c -o'.
 
-scriptversion=2010-08-01.07; # UTC
+scriptversion=2010-08-07.06; # UTC
 
 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010 Free Software
 # Foundation, Inc.
@@ -45,7 +45,7 @@
 {
   file=$1
   case $file in
-    / | /[^/]*) # absolute file, and not a UNC file
+    / | /[!/]*) # absolute file, and not a UNC file
       if test -z "$file_conv"; then
 	# lazily determine how to convert abs files
 	case `uname -s` in