Added empty parameter catch around line 90

This commit is contained in:
Alchemi1963 2024-05-30 23:22:05 +02:00
parent aae906ab36
commit 9a4c689a6a

View File

@ -83,6 +83,9 @@ function waFindInstalled() {
}
function waConfigureApp() {
if [[ -z $1 ]]; then
return 1
fi
if [ -z "$ICON" ]; then
ICON=$SYS_PATH/apps/$1/icon.$2
fi