From bf87d94330c6c6153eab9f1a3016efeef5ebc754 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 11 Mar 2024 19:36:28 +0200 Subject: Introduced ./lib for common stuff ofc, logit was the first lib to add... finally --- bin/ak-sm-filesplitter | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bin/ak-sm-filesplitter') diff --git a/bin/ak-sm-filesplitter b/bin/ak-sm-filesplitter index d77b8ae..e121f32 100755 --- a/bin/ak-sm-filesplitter +++ b/bin/ak-sm-filesplitter @@ -41,9 +41,7 @@ TECHDIR="/tmp/tltmp/chks/" CURRENTDIR="$(pwd)/" # Our snippet for logging debug info -logit(){ - ak-logthis "$PROGRAM" "$1" "$2" -} +source $AK_LIBDIR/logit # Checking directories and create them if necessary -- cgit v1.2.3