Skip to content

Commit

Permalink
build: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Wahid7852 committed Aug 28, 2023
1 parent ba3466e commit 92b3f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if [[ $1 = "-b" || $1 = "--build" ]]; then
# Set kernel name and version
SUBREV="4.14.$(cat "$MainPath/Makefile" | grep "SUBLEVEL =" | sed 's/SUBLEVEL = *//g')"
REVISION=NoVA-Begonia
ZIPNAME="$REVISION"-"$SUBREV".zip"
ZIPNAME=""$REVISION"-"$SUBREV".zip"
echo -e ""
echo -e ""
echo -e "********************************************"
Expand Down

0 comments on commit 92b3f27

Please sign in to comment.