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 7499b88..7633c57 100755 --- a/bin/ak-profile +++ b/bin/ak-profile @@ -4,7 +4,7 @@ ZPROFILEDIR="$AK_WORKDIR/profile" TEMP="/tmp/aktmp" # Outputs to log file in the classic format :) -source $AK_LIBDIR/logit +source $AK_LIBDIR/_ak_logit # Whatever the command is, we check if $ZPROFILEDIR is there. # If NOT we create it and we change dir there. |