Browse Source

Fix error being printed to stdout

Alois Mahdal 1 month ago
parent
commit
285da2510c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/config/bashum/setup

+ 1
- 1
dotfiles/config/bashum/setup View File

7
 mark="# added by https://gitea.vornet.cz/netvor/mydots"
7
 mark="# added by https://gitea.vornet.cz/netvor/mydots"
8
 if grep -qFe "$mark" "$HOME/.bashrc";
8
 if grep -qFe "$mark" "$HOME/.bashrc";
9
 then
9
 then
10
-    echo "already set up, giving up";
10
+    echo >&2 "already set up, giving up";
11
     exit 1;
11
     exit 1;
12
 else
12
 else
13
     put ''
13
     put ''