This is the mail archive of the cygwin-apps 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: Upload: bash-3.0-4 [test]


On Jul  5 16:03, Corinna Vinschen wrote:
>   00ash.sh:
> 
>     #!/bin/ash
>     link /bin/bash.exe /bin/sh.exe || link /bin/ash.exe /bin/sh.exe
> 
>   00bash.sh:
> 
>     #!/bin/bash
>     link /bin/bash.exe /bin/sh.exe || link /bin/ash.exe /bin/sh.exe

Erm... make that

  00ash.sh:

    #!/bin/ash
    ln -f /bin/bash.exe /bin/sh.exe || ln -f /bin/ash.exe /bin/sh.exe

  00bash.sh:

    #!/bin/bash
    ln -f /bin/bash.exe /bin/sh.exe || ln -f /bin/ash.exe /bin/sh.exe

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          mailto:cygwin@cygwin.com
Red Hat, Inc.


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