From 1e5c68d05b2381d9ea8d26759b1bbf00ca0fc5d3 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 28 Feb 2026 05:58:50 +0100 Subject: chore: update libconf.pl, introduce exit sub. Signed-off-by: Amlal El Mahrouss --- libconf.pl | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'libconf.pl') diff --git a/libconf.pl b/libconf.pl index 1a1bc7e..daad546 100644 --- a/libconf.pl +++ b/libconf.pl @@ -11,8 +11,14 @@ sub new() { die "You must be root to run this script.\n"; } - system("sh", "git", "submodule", "update", "--init", "--recursive") or die "Git error: $!"; + system("sh", "git", "submodule", "update", "--init", "--recursive") or die "git: error: $!"; } -"libconf"; \ No newline at end of file +sub exit() { + + exit; + +} + +"libconf"; -- cgit v1.2.3