Skip to content

Commit

Permalink
Use 'Unknown' as the Default Maintainer's Name
Browse files Browse the repository at this point in the history
Signed-off-by: Sushrut1101 <[email protected]>
  • Loading branch information
Sushrut1101 committed Mar 3, 2022
1 parent c13da6e commit 81a88c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ if [ -z "$FOX_BUILD_TYPE" ]; then
export FOX_BUILD_TYPE="Unofficial-CI"
fi

# Default Maintainer's Name
[ -z "$OF_MAINTAINER" ] && export OF_MAINTAINER="Unknown"

# Legacy Build Systems
if [ $(echo $SYNC_BRANCH | cut -d. -f1) -le 6 ]; then
export OF_DISABLE_KEYMASTER2=1 # Disable Keymaster2
Expand Down

0 comments on commit 81a88c4

Please sign in to comment.