mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-02 13:17:19 +02:00
Added empty parameter catch around line 90
This commit is contained in:
parent
aae906ab36
commit
9a4c689a6a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user