summaryrefslogtreecommitdiffstats
path: root/scripts/ipkg-push
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2012-03-15 00:21:31 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-03-15 10:04:35 +0100
commit15d4b8c965eb20b3fdf95f892902157fa3515ac5 (patch)
tree30c0e85ce3a8bf2ffc22bfa983565eee7a5d6fb3 /scripts/ipkg-push
parenta19d4ec587877f9f4ee5538a865baa696d6ec252 (diff)
downloadptxdist-15d4b8c965eb20b3fdf95f892902157fa3515ac5.tar.gz
ptxdist-15d4b8c965eb20b3fdf95f892902157fa3515ac5.tar.xz
scripts/ipkg-push: return nonzero on error
ipkg-push returns zero when ipkg repository path does not exist causing make continues ignoring error. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/ipkg-push')
-rwxr-xr-xscripts/ipkg-push2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ipkg-push b/scripts/ipkg-push
index 3f8c82339..b8d522828 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=