Skip to content

Commit 6762ce8

Browse files
committed
Minor Updates
1 parent 4a02969 commit 6762ce8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgbuild

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -445,9 +445,9 @@ check_buildscript() {
445445
if [ -z "$name" ]; then
446446
msgerr "'name' is empty!"
447447
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
448+
#elif [ "$(echo $name | grep -oP "\w*[A-Z]+\w*")" ]; then
449+
# msgerr "Capital letters for port name not allowed!"
450+
# exit 1
451451
elif [ "$(basename $(pwd))" != "$name" ]; then
452452
msgerr "Port name and Directory name is different!"
453453
exit 1

0 commit comments

Comments
 (0)