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-profile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bin/ak-profile') diff --git a/bin/ak-profile b/bin/ak-profile index 84ead70..7499b88 100755 --- a/bin/ak-profile +++ b/bin/ak-profile @@ -4,9 +4,7 @@ ZPROFILEDIR="$AK_WORKDIR/profile" TEMP="/tmp/aktmp" # Outputs to log file in the classic format :) -logit(){ - ak-logthis "$PROGRAM" "$1" "$2" -} +source $AK_LIBDIR/logit # Whatever the command is, we check if $ZPROFILEDIR is there. # If NOT we create it and we change dir there. -- cgit v1.2.3