summaryrefslogtreecommitdiff
path: root/build-aux/compile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-08-12 06:51:12 -0700
committerKarl Berry <karl@freefriends.org>2010-08-12 06:51:12 -0700
commitfba7fdb1432af9bf0abece1ec8078ed8ae3af886 (patch)
treed99a44f202de7f9150bac14488bb1e47c346c32f /build-aux/compile
parentb88cc81f2204d45dc587eeda1f887bfe27987ef0 (diff)
downloadgnulib-fba7fdb1432af9bf0abece1ec8078ed8ae3af886.tar.gz
autoupdate
Diffstat (limited to 'build-aux/compile')
-rwxr-xr-xbuild-aux/compile4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/compile b/build-aux/compile
index ae47d8bcf0..bdb4ccbb51 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