From d0de8d22fe4f72583df813dfb83b11e1f5843049 Mon Sep 17 00:00:00 2001 From: qurious-pixel <62252937+qurious-pixel@users.noreply.github.com> Date: Mon, 8 Nov 2021 05:55:11 -0800 Subject: [PATCH] MISC: codacy fixes --- .github/workflows/scripts/linux/app-variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/linux/app-variables.sh b/.github/workflows/scripts/linux/app-variables.sh index 8494144056..2745c82ce6 100644 --- a/.github/workflows/scripts/linux/app-variables.sh +++ b/.github/workflows/scripts/linux/app-variables.sh @@ -7,4 +7,4 @@ if [[ ! -e "$PWD/$BINARY_NAME.config" ]]; then fi export XDG_CONFIG_HOME="$PWD/$BINARY_NAME.config" -mkdir -p $HOME/.local/share/icons/hicolor/scalable/apps && cp $APPDIR/PCSX2.png $HOME/.local/share/icons/hicolor/scalable/apps +mkdir -p "$HOME"/.local/share/icons/hicolor/scalable/apps && cp "$APPDIR"/PCSX2.png "$HOME"/.local/share/icons/hicolor/scalable/apps