From: Karl Berry Date: Thu, 12 Aug 2010 13:51:12 +0000 (-0700) Subject: autoupdate X-Git-Tag: v0.1~3941 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=fba7fdb1432af9bf0abece1ec8078ed8ae3af886 autoupdate --- diff --git a/build-aux/compile b/build-aux/compile index ae47d8bcf..bdb4ccbb5 100755 --- 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 @@ func_file_conv () { 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