On Sun, Apr 28, 2002 at 08:54:41PM +0100, Michael Grunditz wrote:
> 
> > 
> > a bit shorter,
> > 
> > test -n "$1" && shift 1
> > 
> > what sort of shell do you use anyway? I think there
> > will be some more problems.
> 
> Bourne shell ,of course  I think its a bad thing to write scripts using
> /bin/sh and asume sh is bash.

Of course, such scripts usually also break when used with a different 
bash version. Also, when asking for bash one should really say '#!/bin/bash'
I was wondering which 'sh' implementation though.. we have a couple of 
them even on Linux.

> > > > cant open binary file crt.o
> > 
> > it can be something very stupid, do
> > 
> > strace -f gcc-command 2>1 | grep -i open
> > 
> > is the file actually readable?
> 
> yes its definitly readable..

and what did strace say?

Richard

Reply via email to