1
0
Fork 0
mirror of synced 2024-05-03 12:12:56 +12:00

Misc: Shellcheck

This commit is contained in:
loathingKernel 2023-02-18 17:25:55 +02:00
parent f8c0ffd938
commit ff81f38dd4
2 changed files with 1 additions and 1 deletions

0
misc/nuitka_build.sh Normal file → Executable file
View file

View file

@ -1,6 +1,6 @@
#!/bin/sh
if [ ! -z "${1}" ]; then
if [ -n "${1}" ]; then
echo "Generating python file for ${1}"
pyuic5 "${1}" -x -o "${1%.ui}.py"
exit 0