X-Recipient: archive-cygwin AT delorie DOT 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: <4D7A599A.3090804@cpan.org> Date: Fri, 11 Mar 2011 12:19:22 -0500 From: Rafael Kitover Reply-To: rkitover AT cpan DOT 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 AT cygwin DOT com Subject: Re: native console apps from #!/bin/sh scripts References: <4D7A008D DOT 8020807 AT cpan DOT org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 3/11/2011 10:34 AM, Andrew DeFaria wrote: > On 03/11/11 02:59, Rafael Kitover wrote: >> 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? > Have you tried using Cygwin's Perl instead of ActiveState? I actually use cygwin, activestate and strawberry perl on this machine. I have zsh functions to switch between them (set up PATH, aliases, etc..) There are different issues with all three of them, for example DBD::ADO does not work on Cygwin perl, which I needed for a recent project. I'd like to get it to work on Cygwin, but I'm not sure where to start. I asked about this issue on the list: http://sourceware.org/ml/cygwin/2011-02/msg00240.html -- 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