From 7e45b9def509ff28f70c28f50f5aa931f512d81b Mon Sep 17 00:00:00 2001 From: kaotisk Date: Wed, 29 Mar 2023 23:46:45 +0300 Subject: Further renaming --- bin/ak-filesplitter | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/ak-filesplitter') diff --git a/bin/ak-filesplitter b/bin/ak-filesplitter index 0f7919b..56a1b1b 100755 --- a/bin/ak-filesplitter +++ b/bin/ak-filesplitter @@ -29,8 +29,8 @@ else FILE="$1" fi -CHKDIR="$WORKDIR/ftr/" -FILEMAPSDIR="$WORKDIR/fmp/" +CHKDIR="$AK_WORKDIR/ftr/" +FILEMAPSDIR="$AK_WORKDIR/fmp/" TEMPORARYDIR="/tmp/tltmp" TECHDIR="/tmp/tltmp/chks/" CURRENTDIR="$(pwd)/" @@ -38,7 +38,7 @@ CURRENTDIR="$(pwd)/" # echo $CURRENTDIR $BSFILE logit(){ - logthis "<$PROGRAM>" "$1" "$2" + ak-logthis "<$PROGRAM>" "$1" "$2" } if [ ! -d "$TECHDIR" ] -- cgit v1.2.3