Skip to content

Commit

Permalink
fix: i’m the master of typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alterNERDtive committed Feb 22, 2024
1 parent f3e502f commit 2600fa9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bg3overlay
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ done
source "$(dirname "$(realpath "$0")")/util/folders.sh"

CONFIG_FILE="${CONFIG_FILE:-${XDG_CONFIG_HOME:-$HOME/.config}/bg3-mod-profiles/config}"
if [ -f "${CONFIG_FILE}"]; then
if [ -f "${CONFIG_FILE}" ]; then
while read line; do declare "$line"; done <"${CONFIG_FILE}"
fi

Expand Down
2 changes: 1 addition & 1 deletion bg3switch
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ EOF
source "$(dirname $(realpath $0))/util/folders.sh"

CONFIG_FILE="${CONFIG_FILE:-${XDG_CONFIG_HOME:-$HOME/.config}/bg3-mod-profiles/config}"
if [ -f "${CONFIG_FILE}"]; then
if [ -f "${CONFIG_FILE}" ]; then
while read line; do declare "$line"; done <"${CONFIG_FILE}"
fi

Expand Down
2 changes: 1 addition & 1 deletion bg3version
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ EOF
source "$(dirname $(realpath $0))/util/folders.sh"

CONFIG_FILE="${CONFIG_FILE:-${XDG_CONFIG_HOME:-$HOME/.config}/bg3-mod-profiles/config}"
if [ -f "${CONFIG_FILE}"]; then
if [ -f "${CONFIG_FILE}" ]; then
while read line; do declare "$line"; done <"${CONFIG_FILE}"
fi

Expand Down

0 comments on commit 2600fa9

Please sign in to comment.