summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.sh b/src/main.sh
index 3b10ef7..3aa9e08 100644
--- a/src/main.sh
+++ b/src/main.sh
@@ -142,6 +142,7 @@ _get_conf()
init()
{
+ _init_sigs
_lock
_get_conf
}
@@ -166,7 +167,6 @@ main()
builddir=''
fi
- _init_sigs
load_locale
_get_options "${@}"