Re: 1.5.25-15: Problem running rpmbuild from a bash script

2009-12-09 Thread Matt Rice
On Wed, Dec 9, 2009 at 11:01 AM, Matt Rice wrote: > That may very well be.  But I can't really determine anything because > I get no error messages. > > Also, I got desperate, so I uninstalled cygwin, changed some > permissions on the root cygwin directory, then reinstalled

Re: 1.5.25-15: Problem running rpmbuild from a bash script

2009-12-09 Thread Matt Rice
On Wed, Dec 9, 2009 at 5:05 AM, Csaba Raduly wrote: > On Tue, Dec 8, 2009 at 8:16 PM, Matt Rice  wrote: >> I'm having problems running rpmbuild from a bash script.  The problem >> occurs when I run the script outside an interactive bash prompt. > (snip) >>  Accordin

1.5.25-15: Problem running rpmbuild from a bash script

2009-12-08 Thread Matt Rice
Hi, I'm having problems running rpmbuild from a bash script. The problem occurs when I run the script outside an interactive bash prompt. The script can be as simple as this: test.sh #!/bin/bash set -x /usr/bin/rpmbuild echo $? If I run ./test

Re: Setup.exe (v2.609) Primary Group Problem

2008-12-17 Thread Matt Rice
Karl M wrote: Date: Wed, 17 Dec 2008 14:10:11 -0500 To: cygwin@cygwin.com Subject: Re: Setup.exe (v2.609) Primary Group Problem Corinna Vinschen wrote: Sorry for mailing twice, I never got a response. Is there a workaround for getting the default install group to be what I want it to be? I don

Re: Setup.exe (v2.609) Primary Group Problem

2008-12-17 Thread Matt Rice
Corinna Vinschen wrote: Sorry for mailing twice, I never got a response. Is there a workaround for getting the default install group to be what I want it to be? I don't understand why a later chgrp doesn't provide what you need. Corinna That's what I'm doing now, but that means I have to

Re: Setup.exe (v2.609) Primary Group Problem

2008-12-17 Thread Matt Rice
Matt Rice wrote: Corinna Vinschen wrote: On Dec 9 14:14, Matt Rice wrote: My understanding was that when I ran setup.exe, new files would have my primary group (the way I had it set up in /etc/passwd). I was eager to try it out since the current stable version of setup.exe (v2.573.2.3) would

Re: Re: Setup.exe (v2.609) Primary Group Problem

2008-12-10 Thread Matt Rice
Corinna Vinschen wrote: On Dec 9 14:14, Matt Rice wrote: My understanding was that when I ran setup.exe, new files would have my primary group (the way I had it set up in /etc/passwd). I was eager to try it out since the current stable version of setup.exe (v2.573.2.3) would always use "

1.3.12: zgrep option bug/problem

2007-07-10 Thread Matt Rice
It appears when I try to zgrep multiple files and suppress the filename output with the short option, -h, it does no good. It does, however, appear to work with the long option, --no-filename. I'm assuming this is a bug because -h works fine on SuSE 10.1 Ex: zgrep -hE 'abc123' file1.gz file