[gedit/wip/win32-fixes: 1/2] win32: fix second path to bash.exe in *.bat script
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/wip/win32-fixes: 1/2] win32: fix second path to bash.exe in *.bat script
- Date: Tue, 14 Jun 2016 17:32:45 +0000 (UTC)
commit b03d7a9749ca6a4960739921b65908f16495a1a8
Author: Sébastien Wilmet <sebastien wilmet uclouvain be>
Date: Tue Jun 14 14:46:32 2016 +0200
win32: fix second path to bash.exe in *.bat script
The C:/msys64/tmp/newgedit/ directory doesn't exist after stage1. Using
the same bash.exe as for stage1 works fine.
win32/make-gedit-installer.bat | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/win32/make-gedit-installer.bat b/win32/make-gedit-installer.bat
index 8638058..5c246c8 100644
--- a/win32/make-gedit-installer.bat
+++ b/win32/make-gedit-installer.bat
@@ -3,7 +3,7 @@ if errorlevel 1 (
exit /b %errorlevel%
)
-C:/msys64/tmp/newgedit/msys64/usr/bin/bash.exe -c "./make-gedit-installer stage2"
+C:/msys64/usr/bin/bash.exe -c "./make-gedit-installer stage2"
if errorlevel 1 (
exit /b %errorlevel%
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]