bug-bash
[Top][All Lists]
Advanced

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

Cygwin bash interactive mode


From: Deng Zhan
Subject: Cygwin bash interactive mode
Date: Fri, 12 Mar 2004 13:24:32 -0500

Hi,
 
    We have implemented a bash shell vsinit.sh, which traps the signal Ctr-C and terminates the program.
 
    If I run this script from cygwin shell, Ctrl-C it works fine.
 
    If I lauch this script through a batch file, Ctrl-C does not work any more.
 
    Here is my batch file:
 

    set VSINIT=%~dp0scripts\VSInit.sh

    d:

    chdir \cygwin\bin

    bash --login -i -c "$( cygpath -u '%VSINIT%' )"

Can anyone tell me how to solve this problem?

Zhan Deng

 


reply via email to

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