From 57e87dbbd1ec0c794f7793cefd8d61b77493878b Mon Sep 17 00:00:00 2001 From: Janosch Knack Date: Wed, 16 Nov 2016 14:41:48 +0100 Subject: now using gitexecutable variable, rather then "git" --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 56ce49bc..8ab1ef19 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -737,7 +737,7 @@ void MainWindow::executePassGitInit() { if (usePass) executePass("git init"); else - executeWrapper("git", "init \"" + passStore + '"'); + executeWrapper(gitExecutable, "init \"" + passStore + '"'); } /** -- cgit v1.2.3