Skip to content

Commit fc3809d

Browse files
committed
sdk-installer: redirect error messages to stderr
D'oh. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent afd777e commit fc3809d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk-installer/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ test -z "$1" && {
88
}
99

1010
die () {
11-
echo "$*" >&1
11+
echo "$*" >&2
1212
exit 1
1313
}
1414

0 commit comments

Comments
 (0)