Skip to content

Commit 6826794

Browse files
authored
ShellCheck: Set directive 'extended-analysis=false' (#1061)
1 parent 8bcc2af commit 6826794

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

steamtinkerlaunch

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
#!/usr/bin/env bash
22
# shellcheck source=/dev/null
3+
# shellcheck extended-analysis=false
34

45
### project ###
56

67
PREFIX="/usr"
78
PROGNAME="SteamTinkerLaunch"
89
NICEPROGNAME="Steam Tinker Launch"
9-
PROGVERS="v14.0.20240307-3"
10+
PROGVERS="v14.0.20240316-1"
1011
PROGCMD="${0##*/}"
1112
PROGINTERNALPROTNAME="Proton-stl"
1213
SHOSTL="stl"

0 commit comments

Comments
 (0)