fix(windows): check nil (#529)

* small fixes: sidebar: opts.win ~= nil case && bash

- and bash in Makefile (should correspond to she-bang in build.sh)

* fix lua style
This commit is contained in:
Josef Moudrik
2024-09-04 16:34:33 +02:00
committed by GitHub
parent d10cca4265
commit bf8a943f45
2 changed files with 4 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ else
endif
else
$1:
LUA_VERSION=$1 sh ./build.sh
LUA_VERSION=$1 bash ./build.sh
endif
endef