mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-04 06:07: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() {
|
function waConfigureApp() {
|
||||||
|
if [[ -z $1 ]]; then
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
if [ -z "$ICON" ]; then
|
if [ -z "$ICON" ]; then
|
||||||
ICON=$SYS_PATH/apps/$1/icon.$2
|
ICON=$SYS_PATH/apps/$1/icon.$2
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user