aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cpt-lib5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cpt-lib b/src/cpt-lib
index e5d526a..9cd3d2d 100644
--- a/src/cpt-lib
+++ b/src/cpt-lib
@@ -1774,7 +1774,8 @@ create_cache() {
}
-main() {
+# main()
+{
set -ef
# If a parser definition exists, let's run it ourselves. This makes sure we
@@ -1875,5 +1876,3 @@ main() {
fi
}
-
-main "$@"