src/new-ebuild: old shellcheck treats "-" in echo as flags
This commit is contained in:
parent
d9cd15f648
commit
34495fee53
@ -49,8 +49,8 @@ then
|
|||||||
else
|
else
|
||||||
echo "Are you in a overlay repo?"
|
echo "Are you in a overlay repo?"
|
||||||
echo "To use this script successfully:"
|
echo "To use this script successfully:"
|
||||||
echo "- create a \${CATEGOTY}/\${PN} directory"
|
echo "1. Create a \${CATEGOTY}/\${PN} directory"
|
||||||
echo "- cd into it"
|
echo "2. Change directory to it"
|
||||||
echo "- execute ${0}"
|
echo "3. Execute ${0}"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user