swarm-support
[Top][All Lists]
Advanced

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

Re: Swarm 1.2 on Solaris 2.6


From: Marcus G. Daniels
Subject: Re: Swarm 1.2 on Solaris 2.6
Date: 06 Jul 1998 08:14:15 -0700

>>>>> "TS" == Thorsten Schelhorn <address@hidden> writes:

TS> We found the /bin/basename
TS> command to treat '.' as a placeholder, garbling the filenames.

Thanks, I've removed the use of basename and replaced it with this:

for object in $OBJECTS; do
  base=`echo $object | sed -e 's/\.lo$//' -e 's/\.o$//'`
  source=$srcdir/${base}.m
  if [ -f $source ]; then sources="$sources $source"; fi
done

(I didn't see the problem because I use GNU sh-utils.
GNU basename doesn't have this peculiar behavior.)



                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.
                  ==================================


reply via email to

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