From f8d2236e55e5c369b218017d1de1058d6a8ee361 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Fri, 1 Mar 2024 19:26:24 +0200 Subject: Log formatting adjustment --- bin/ak-profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ak-profile') diff --git a/bin/ak-profile b/bin/ak-profile index 4033000..e7e6e48 100755 --- a/bin/ak-profile +++ b/bin/ak-profile @@ -5,7 +5,7 @@ TEMP="/tmp/aktmp" # Outputs to log file in the classic format :) logit(){ - ak-logthis "<$PROGRAM>" "$1" "$2" + ak-logthis "$PROGRAM" "$1" "$2" } # Whatever the command is, we check if $ZPROFILEDIR is there. -- cgit v1.2.3