|
@@ -301,7 +301,7 @@ deploy() {
|
301
|
301
|
echo " 1. Look for placeholders starting with \`MKIT_STUB_\`"
|
302
|
302
|
echo " prefix by calling this command:"
|
303
|
303
|
echo ""
|
304
|
|
- echo " grep -lw MKIT_STUB_ -r"
|
|
304
|
+ echo " grep -l MKIT_STUB_ -r"
|
305
|
305
|
echo ""
|
306
|
306
|
echo " 2. Go through each file and locate the placeholder. (You"
|
307
|
307
|
echo " will also see placeholders like \`__MKIT_*__\`, you can"
|
|
@@ -660,7 +660,7 @@ main() {
|
660
|
660
|
*) usage ;;
|
661
|
661
|
esac
|
662
|
662
|
updating && init_from_existing
|
663
|
|
- if $MkLicense; then
|
|
663
|
+ if test -n $License; then
|
664
|
664
|
known_licenses | grep -qxF "$License" \
|
665
|
665
|
|| die "unknown license (use -L to get list): $License"
|
666
|
666
|
MkLicense=true
|