Files
MSYS2-packages/rebase/autorebase.bat
David Macek 595f4aba7f rebase: Make sure that we execute our dash/bash
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/
2017-02-05 12:43:11 +01:00

5 lines
82 B
Batchfile

@echo off
set PATH=%~dp0\usr\bin;%PATH%
%~dp0\usr\bin\dash /usr/bin/rebaseall -p