aboutsummaryrefslogtreecommitdiff
path: root/lib/_ak_fs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/_ak_fs')
-rwxr-xr-xlib/_ak_fs4
1 files changed, 2 insertions, 2 deletions
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