Print the error message in stderr instead of stdout.
This commit is contained in:
parent
7b89640777
commit
c90e95f787
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -92,7 +92,7 @@ clean()
|
|||
find "$dir" -name ".*~" -print -delete
|
||||
find "$dir" -name "#*#" -print -delete
|
||||
else
|
||||
echo "$dir: not a directory"
|
||||
echo "$dir: not a directory" >&2
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue