]> git.donarmstrong.com Git - neurodebian.git/blobdiff - tools/nd_build4allnd
ENH: fetch our key from our server instead of pgp.mit.edu if that one misbehaves
[neurodebian.git] / tools / nd_build4allnd
index 77e7ce908541a86cf58264748a6dd989af1fff78..466271d778eeb7023074fb9f01c54ac9ddce71a1 100755 (executable)
@@ -22,5 +22,5 @@ for d in $allnddists; do
   drelease=${d##*-}
 
   bpdsc=$(nd_backport $drelease $dscfile | tail -n1 | sed -e 's/^.* //g')
-  nd_build $dfamily $drelease $bpdsc "$@"
+  nd_build $dfamily $drelease $bpdsc "$@" || :
 done