src/new-ebuild: old shellcheck treats "-" in echo as flags

This commit is contained in:
Maciej Barć 2020-12-19 13:33:22 +01:00
parent d9cd15f648
commit 34495fee53
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
1 changed files with 3 additions and 3 deletions

View File

@ -49,8 +49,8 @@ then
else
echo "Are you in a overlay repo?"
echo "To use this script successfully:"
echo "- create a \${CATEGOTY}/\${PN} directory"
echo "- cd into it"
echo "- execute ${0}"
echo "1. Create a \${CATEGOTY}/\${PN} directory"
echo "2. Change directory to it"
echo "3. Execute ${0}"
exit 1
fi