On Thu, Mar 15, 2012 at 12:21:31AM +0100, Ladislav Michl wrote: > ipkg-push returns zero when ipkg repository path does not exist causing make > continues ignoring error.
Tnx. Applied. Michael > Signed-off-by: Ladislav Michl <[email protected]> > --- > ipkg-push | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > diff --git a/scripts/ipkg-push b/scripts/ipkg-push > index 3f8c823..b8d5228 100755 > --- a/scripts/ipkg-push > +++ b/scripts/ipkg-push > @@ -33,7 +33,7 @@ usage() { > echo " --dist <distname> use this to make a dist release > (optional)" > echo " --type <package type> specify package type (default: ipkg)" > echo > - exit 0 > + exit 1 > } > > IPKGDIR= > > -- > ptxdist mailing list > [email protected] > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list [email protected]
