diff --git a/msys2/ps/bin/ps-upgrade b/msys2/ps/bin/ps-upgrade index a86ca3fc0..1b5bd9b10 100644 --- a/msys2/ps/bin/ps-upgrade +++ b/msys2/ps/bin/ps-upgrade @@ -2,6 +2,7 @@ rm /ps/installed64.txt &> /dev/null git clone https://github.com/Gator96100/ProxSpace.git /ps-upgrade mv /ps-upgrade/msys2/ps/bin/ps-upgrade /ps-upgrade/msys2/ps/bin/ps-upgrade.new if [ "$#" -ne 0 ]; then + cd /ps-upgrade git checkout $@ fi shopt -s extglob