Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions PlayOnLinux_ScriptChecker/script_checker.sh
Original file line numberDiff line numberDiff line change
Expand Up@@ -84,6 +84,9 @@ check_title()
if [ "$ScriptChecker_Title" = "" ]
then
s_err 5
elif [ "$ScriptChecker_Title" != "$(basename "$file")" ]
then
s_err 5 "\`$ScriptChecker_Title' doesn't match script name"
else
s_ok 5 "$ScriptChecker_Title"
fi
Expand Down