From 2a65cd2d9a11bba2acd725c7d252fdbaac65f4ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Fri, 13 Mar 2020 13:52:55 +0100 Subject: [PATCH] debug output to stderr --- myshell_git_sync | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/myshell_git_sync b/myshell_git_sync index f014106..aa0db50 100644 --- a/myshell_git_sync +++ b/myshell_git_sync @@ -81,7 +81,7 @@ if ! $SSHS; then #GIT_SSH_PATH="/srv/repos" - echo "Run with $TERM" + echo "Run with $TERM" >&2 case $TERM in *term*|*linux*) @@ -151,7 +151,7 @@ if ! $SSHS; then echo "Run with dumb terminal" 1>&2 ;; *) - echo "Run with $TERM" + echo "Run with $TERM" >&2 ;; esac fi