diff --git a/bubblewine b/bubblewine index d21f9a0..4599cfb 100755 --- a/bubblewine +++ b/bubblewine @@ -24,8 +24,8 @@ set -eu if ! type bwrap >/dev/null 2>&1; then - echo "You don't have bubblewrap installed." 2>&1 - echo "Please install bubblewrap." 2>&1 + echo "You don't have bubblewrap installed." 1>&2 + echo "Please install bubblewrap." 1>&2 exit 1 fi