#! /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.
{
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