This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: mkdir under Win98


By checking my script, I have just realized that
the strange behaviour comes from somewhereelse:

let us assume that dummy.tar.gz is an archive file of the directory
`dummy',
if I do under Win98:
1] mkdir -p dum
2] ln -s dum dummy
3] tar -zvxf FOO/dummy.tar.gz

then the directory dum is removed.

The step 3] worked fine a few months ago.

To quickly fix it, I do:
3p] tar -kzvxf FOO/dummy.tar.gz

Did I miss something ?

Thanks inadvance,
Jerome BENOIT


Jerome BENOIT wrote:
> 
> Bonjour:
> 
> It seems that `mkdir' behaves strngely under Win98:
> 1] it works fine when the command is typed onlie;
> 2] sometimes it doesn't work when it is used in a (bash) script.
> 
> Please note that cygwin installation is uptodate.
> 
> Any idea ?
> 
> Thanks,
> Jerome BENOIT
> 
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/

-- 
  *º¤., ¸¸,.¤º*¨¨¨*¤    Jerome BENOIT, Ph.D.    *º¤., ¸¸,.¤º*¨¨¨*¤
                  Institute of Molecular Biology
               Friedrich-Schiller University of Jena
             Winzerlaer Strasse 10, Jena 07745, Germany
  *º¤., ¸¸,.¤º*¨¨¨*¤    JGMBenoit@wanadoo.fr    *º¤., ¸¸,.¤º*¨¨¨*¤


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]