Mail Archives: djgpp-workers/2003/01/19/11:49:07
Hi,
I had no problems running these commands under Win2000 using the same bash
1 shell is cmd.ese
a) bash ./bin/my.sh
b) find ./ . -name '*.h' -type f -print
2 i typed bash when in cmd.exe to enter bash prompt
a) ./bin/my.sh
b) find ./ . -name '*.h' -type f -print
my.sh is
#!/bin/sh
find ./. -name '*.h' -type f -print
> -----Original Message-----
> From: Wojciech Gałązka
> Sent: Sunday, January 19, 2003 12:02 PM
> To: Andrew Cottrell
> Cc: Mark E.; djgpp-workers AT delorie DOT com
> Subject: RE: GCC 3.2.1 build failure
>
>
> Hi,
>
> bash.exe 03/12/02 11:39 734,720 bytes in size
> I copied it to /bin as sh.exe and sh
>
> bash -version reveals
> GNU bash, version 2.05b.0(31)-release (i786-pc-msdosdjgpp)
> Copyright (C) 2002 Free Software Foundation, Inc.
>
> The bash comes right from clio, I downloaded it on Jan, 10th
> I created my.sh that contains
>
> #!/bin/sh
> find ./. -name '*.h' -type f -print
>
> this command works under cmd.exe under NT 4.0
> bash ./my.sh
>
>
- Raw text -