소스 검색

Fix error being printed to stdout

Alois Mahdal 8 달 전
부모
커밋
285da2510c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      dotfiles/config/bashum/setup

+ 1
- 1
dotfiles/config/bashum/setup 파일 보기

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