mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Output error messages in sprunge to stderr.
This commit is contained in:
parent
331fd0b9ff
commit
c83ecd5d1a
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ sprunge() {
|
|||
# Use python to attempt to detect the syntax
|
||||
for file in $@; do
|
||||
if [[ ! -f $file ]]; then
|
||||
echo "$file isn't a file"
|
||||
echo "$file isn't a file" >&2
|
||||
continue
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue