X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.3 required=5.0	tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW
X-Spam-Check-By: sourceware.org
Message-ID: <4D7A008D.8020807@cpan.org>
Date: Fri, 11 Mar 2011 05:59:25 -0500
From: Rafael Kitover <rkitover@cpan.org>
Reply-To: rkitover@cpan.org
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9
MIME-Version: 1.0
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: native console apps from #!/bin/sh scripts
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

I can run native console apps from a console in a cygwin shell fine,
however, for some reason they don't work correctly from a #!/bin/sh script.

E.g., for activestate perl:

TERM=dumb /c/Perl/bin/perl -MCPAN -e shell

run from zsh prompt works correctly with readline support.

Now if I put that in a script:

#!/bin/sh

TERM=dumb /c/Perl/bin/perl -MCPAN -e shell

then when I run the script the readline support is disabled for some reason.

What are differences in environment in a script as opposed to the
regular prompt that would cause this? And is there a workaround?

Does it have something to do with STDIN redirection away from the console?

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

