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