Skip to content

Commit

Permalink
[welcome] using POSIX compatible function names
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-192 committed Aug 21, 2024
1 parent a78191d commit 86a9bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion welcome
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,7 @@ LanguageSelectionButton() {
}

StartHere() {
eos-assert-deps $PROGNAME yad || return 1
eos_assert_deps $PROGNAME yad || return 1
BreakPoint

local arg lang=""
Expand Down

0 comments on commit 86a9bc7

Please sign in to comment.