Skip to content

Commit

Permalink
ShellCheck: Set directive 'extended-analysis=false' (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk authored Mar 15, 2024
1 parent 8bcc2af commit 6826794
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion steamtinkerlaunch
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
#!/usr/bin/env bash
# shellcheck source=/dev/null
# shellcheck extended-analysis=false

### project ###

PREFIX="/usr"
PROGNAME="SteamTinkerLaunch"
NICEPROGNAME="Steam Tinker Launch"
PROGVERS="v14.0.20240307-3"
PROGVERS="v14.0.20240316-1"
PROGCMD="${0##*/}"
PROGINTERNALPROTNAME="Proton-stl"
SHOSTL="stl"
Expand Down

0 comments on commit 6826794

Please sign in to comment.