From 82ff853d820dcaa95b3611731aaa515c551638d0 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 17 Mar 2019 18:27:22 -0400 Subject: opkbuild: ob-applypatches is finally fixed A seven-year-old nuissance bug is now closed. --- (limited to 'src/opkbuild.sh') diff --git a/src/opkbuild.sh b/src/opkbuild.sh index 2414f3f..3fedfe7 100644 --- a/src/opkbuild.sh +++ b/src/opkbuild.sh @@ -322,8 +322,7 @@ setup_build() return 1 fi if ! "${BINDIR}/ob-applypatches"; then - # TODO: Remove the ":" after fixing ob-applypatches. - : return 1 + return 1 fi if ! "${BINDIR}/ob-installplatconf"; then return 1 -- cgit v0.9.1