The implicit `.` (current working directory) in PATH can cause the script to call a wrong dash/bash if present alongside the installer. Fixes https://sourceforge.net/p/msys2/tickets/141/
5 lines
82 B
Batchfile
5 lines
82 B
Batchfile
@echo off
|
|
|
|
set PATH=%~dp0\usr\bin;%PATH%
|
|
%~dp0\usr\bin\dash /usr/bin/rebaseall -p
|