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. Now I'm
> able to run
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)
>> According to the bash manual, the 128 st
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)
> According to the bash manual, the 128 status code means it
> terminated on a signal of 0.
According
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
4 matches
Mail list logo