bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: diffutils 2.8.1 on OSF 3.2C


From: Paul Eggert
Subject: Re: diffutils 2.8.1 on OSF 3.2C
Date: 05 May 2003 13:20:25 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Christian Krackowizer <address@hidden> writes:

> >What are the outputs of the following commands on your host?
> >
> >mkdir -p .
> 
> nothing
> 
> ...
> + mkdir -p .
> + echo 'config.status:614: error: cannot create directory "."'
> + echo 'config.status: error: cannot create directory "."'
> config.status: error: cannot create directory "."

Hmm, "mkdir -p ." outputs nothing, but it fails?  That's unexpected,
so let's try to confirm this.  What is the output of the following
shell command, using the same shell that config.status uses?

if mkdir -p .
then echo 'mkdir -p . succeeded'
else echo "mkdir -p . failed with exit status $?"
fi




reply via email to

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