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,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 ''