We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a02969 commit 6762ce8Copy full SHA for 6762ce8
1 file changed
pkgbuild
@@ -445,9 +445,9 @@ check_buildscript() {
445
if [ -z "$name" ]; then
446
msgerr "'name' is empty!"
447
exit 1
448
- elif [ "$(echo $name | grep -oP "\w*[A-Z]+\w*")" ]; then
449
- msgerr "Capital letters for port name not allowed!"
450
- exit 1
+ #elif [ "$(echo $name | grep -oP "\w*[A-Z]+\w*")" ]; then
+ # msgerr "Capital letters for port name not allowed!"
+ # exit 1
451
elif [ "$(basename $(pwd))" != "$name" ]; then
452
msgerr "Port name and Directory name is different!"
453
0 commit comments