From 1a9633cc951dda88524505218811eaf611bb7205 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 16 Dec 2024 19:26:53 +0200 Subject: Fix output --- lib/_ak_fs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/_ak_fs') diff --git a/lib/_ak_fs b/lib/_ak_fs index c4adf11..b2db396 100755 --- a/lib/_ak_fs +++ b/lib/_ak_fs @@ -289,7 +289,7 @@ function _ak_fs_cat(){ _ak_fs_find_depth "$currentNode" depth="$(expr `cat depth` + 1)" counter="0" - printf "%s" "$depth" + # printf "%s" "$depth" if [ -f output ] then rm output @@ -569,7 +569,7 @@ function _ak_fs_net_cat(){ _ak_fs_net_find_depth "$currentNode" depth="$(expr `cat depth` + 1)" counter="0" - printf "%s" "$depth" + # printf "%s" "$depth" if [ -f output ] then rm output -- cgit v1.2.3