Skip to content

Commit

Permalink
shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk committed Jun 5, 2024
1 parent bd22a9b commit 0d2ef29
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions steamtinkerlaunch
Original file line number Diff line number Diff line change
Expand Up @@ -22512,9 +22512,6 @@ function commandline {
fetchGameSLRGui "$2"
elif [ "$1" == "debug" ]; then
## Why are you looking here? :-)

DEBUG_CONFIG="${FLCV//.vdf/ testing.vdf}"
DEBUG_CONFIGVDF="${CFGVDF//.vdf/ testing.vdf}"
DEBUGNOSTAID="-222353304"

### This part of debug is for testing updating the JSON blob in the localconfig VDF
Expand Down Expand Up @@ -23744,7 +23741,7 @@ function getVdfSection {
if [ "$INDENT" -gt 0 ]; then
INDENTSTR="$( generateVdfIndentString "$INDENT" "[[:space:]]" )"
else
writelog "INFO" "${FUNCNAME[0]} - Indent is 0 ("$INDENT")"
writelog "INFO" "${FUNCNAME[0]} - Indent is 0 ($INDENT)"
fi
INDENTEDSTARTPATTERN="${INDENTSTR}${STARTPATTERN}"
INDENTEDENDPATTERN="${INDENTSTR}${ENDPATTERN}"
Expand Down

0 comments on commit 0d2ef29

Please sign in to comment.