Don't print note to STDERR

This commit is contained in:
jD91mZM2 2018-04-19 08:55:20 +02:00
parent abd11823c2
commit 5223ca0da4
No known key found for this signature in database
GPG Key ID: 3055D54729A72666

View File

@ -368,7 +368,7 @@ function op {
then
if [ -n "$example" ]
then
echo "$(tput bold)Note$(tput sgr0): No binaries detected, using example binaries" >&2
echo "$(tput bold)Note$(tput sgr0): No binaries detected, using example binaries"
fi
mkdir -p "../stage/$BINDIR"
for bin in $bins