Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2017-02-19 16:29:15 -0500
committerLuke Shumaker <lukeshu@parabola.nu>2017-02-19 16:29:15 -0500
commitd0a8e61719b35f3f7d25a515bafc11729e41a41c (patch)
tree44b92e278a2f116aff0c66685a81607c2c2282b8
parent24e24de8a5a81442128a056f9f75881c06cb4b05 (diff)
makechrootpkg: re-add "main" call
-rw-r--r--makechrootpkg.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/makechrootpkg.in b/makechrootpkg.in
index 463d28b..7ff2fd7 100644
--- a/makechrootpkg.in
+++ b/makechrootpkg.in
@@ -574,3 +574,5 @@ main() {
true
fi
}
+
+main "$@"