Skip to content

Commit

Permalink
Fixed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Gator96100 committed Sep 26, 2020
1 parent 57479d5 commit ef0988b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions msys2/ps/09-proxspace_setup.post
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef0988b

Please sign in to comment.