From 739da01da1b15e3a1011ccbeb0e7fb4dde7303ee Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 17 Mar 2019 04:11:59 -0400 Subject: opkbuild, ob-*: Drop call to main() shld already calls main(), so this extra call causes main() to run a second time if it returns the first time. --- (limited to 'src/ob-unpacksource.sh') diff --git a/src/ob-unpacksource.sh b/src/ob-unpacksource.sh index 47362dd..780d2ac 100644 --- a/src/ob-unpacksource.sh +++ b/src/ob-unpacksource.sh @@ -155,5 +155,3 @@ main() return 0 } - -main "${@}" -- cgit v0.9.1