diff options
Diffstat (limited to 'bin/ak-profile')
-rwxr-xr-x | bin/ak-profile | 2 |
1 files changed, 1 insertions, 1 deletions
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. |