From ef0988bc6061f01721b7135e8cea0030a57ec668 Mon Sep 17 00:00:00 2001 From: Gator96100 Date: Sun, 27 Sep 2020 01:12:47 +0200 Subject: [PATCH] Fixed paths --- msys2/ps/09-proxspace_setup.post | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/msys2/ps/09-proxspace_setup.post b/msys2/ps/09-proxspace_setup.post index d8748b93a..4f1793f63 100644 --- a/msys2/ps/09-proxspace_setup.post +++ b/msys2/ps/09-proxspace_setup.post @@ -4,9 +4,9 @@ export PS1='\[\033]0;ProxSpace v$PSVERSION - $MSYSTEM:\w\007\033[32m\]pm3 \[\033 export PATH=/gcc-arm-none-eabi/bin:/ps/bin:$PATH alias ls='ls -hF --color=auto' -if [ -f /ps/bin/ps/ps-upgrade.new ]; then - rm /ps/bin/ps/ps-upgrade - mv /ps/bin/ps/ps-upgrade.new /ps/bin/ps/ps-upgrade +if [ -f /ps/bin/ps-upgrade.new ]; then + rm /ps/bin/ps-upgrade + mv /ps/bin/ps-upgrade.new /ps/bin/ps-upgrade fi if [ \( ! -f /ps/installed64.txt -a "$MSYSTEM" == "MINGW64" \) ]; then