Ver código fonte

Fix error being printed to stdout

Alois Mahdal 8 meses atrás
pai
commit
285da2510c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      dotfiles/config/bashum/setup

+ 1
- 1
dotfiles/config/bashum/setup Ver arquivo

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