X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <1ff86f510801150735q417dd197s2f9b7ea877896f5@mail.gmail.com> Date: Tue, 15 Jan 2008 10:35:01 -0500 From: "Jerry D. Hedden" To: cygwin AT cygwin DOT com Subject: 'read -p' in ash MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: cd73d3f5e09424c6 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 According to its man page, 'ash' supports the '-p' option on 'read'. However, the following: #!/bin/ash read -p'Hit to exit: ' x produces: read: Illegal option -p Is this a bug, or am I doing something wrong? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/