We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f52a4a commit 1639605Copy full SHA for 1639605
dbus-examples/inverter.sh
@@ -29,7 +29,7 @@ SED="${SED:-$(command -v gsed || printf 'sed')}"
29
dpy=$(printf "$DISPLAY" | tr -c '[:alnum:]' _)
30
31
if [ -z "$dpy" ]; then
32
- echo "Cannot find display."
+ stderr "Cannot find display."
33
exit 1
34
fi
35
0 commit comments