diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-12-16 19:26:53 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-12-16 19:26:53 +0200 |
commit | 1a9633cc951dda88524505218811eaf611bb7205 (patch) | |
tree | e4d9e0ce30e2d1f36c3a943446e1d02edebf28e4 /lib/_ak_fs | |
parent | fa593b7482c31281a17aeef97ddab6504fc2d8db (diff) | |
download | arching-kaos-tools-1a9633cc951dda88524505218811eaf611bb7205.tar.gz arching-kaos-tools-1a9633cc951dda88524505218811eaf611bb7205.tar.bz2 arching-kaos-tools-1a9633cc951dda88524505218811eaf611bb7205.zip |
Fix output
Diffstat (limited to 'lib/_ak_fs')
-rwxr-xr-x | lib/_ak_fs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |