aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2024-12-16 19:26:53 +0200
committerkaotisk <kaotisk@arching-kaos.org>2024-12-16 19:26:53 +0200
commit1a9633cc951dda88524505218811eaf611bb7205 (patch)
treee4d9e0ce30e2d1f36c3a943446e1d02edebf28e4
parentfa593b7482c31281a17aeef97ddab6504fc2d8db (diff)
downloadarching-kaos-tools-1a9633cc951dda88524505218811eaf611bb7205.tar.gz
arching-kaos-tools-1a9633cc951dda88524505218811eaf611bb7205.tar.bz2
arching-kaos-tools-1a9633cc951dda88524505218811eaf611bb7205.zip
Fix output
-rwxr-xr-xlib/_ak_fs4
-rwxr-xr-xlib/_ak_script2
2 files changed, 3 insertions, 3 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
diff --git a/lib/_ak_script b/lib/_ak_script
index 6ef8fed..a8c4be4 100755
--- a/lib/_ak_script
+++ b/lib/_ak_script
@@ -17,7 +17,7 @@
### You should have received a copy of the GNU General Public License
### along with this program. If not, see <http://www.gnu.org/licenses/>.
###
-source ./lib/_ak_log || source $AK_LIBDIR/_ak_log
+source ./lib/_ak_log > /dev/null 2>&1 || source $AK_LIBDIR/_ak_log > /dev/null 2>&1
# Wanna talk about it?
function _ak_new_line(){