Skip to content

Commit

Permalink
path bug in setup-x48ng-home.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenhael-le-moine committed Sep 8, 2024
1 parent b80657a commit 8e9203e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/setup-x48ng-home.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CWD=$(pwd)
CONFIG_HOME=${XDG_CONFIG_HOME:-$HOME/.config}
DOTX48NG=${DOTX48NG:-$CONFIG_HOME/x48ng}
CONFIG_FILE="${DOTX48NG}"/config.lua
ROM=${ROM:-$CWD/ROMs/gxrom-r}
ROM=${ROM:-./ROMs/gxrom-r}

mkdir -p "${DOTX48NG}"

Expand Down

0 comments on commit 8e9203e

Please sign in to comment.