diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 18:27:22 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 18:27:22 (EDT) |
commit | 82ff853d820dcaa95b3611731aaa515c551638d0 (patch) | |
tree | cad72f61f9d3cc428e79e173147a2f50f7c7272f /src | |
parent | b5187d21a50c91fa37d3a54a8e4e9eecb5970286 (diff) |
opkbuild: ob-applypatches is finally fixed
A seven-year-old nuissance bug is now closed.
Diffstat (limited to 'src')
-rw-r--r-- | src/opkbuild.sh | 3 |
1 files changed, 1 insertions, 2 deletions
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 |