git: fix typo. closes #1134

This commit is contained in:
Hylke Bons 2013-01-03 22:13:18 +01:00
parent 345b399b24
commit 6d2852622f

View file

@ -83,7 +83,7 @@ namespace SparkleLib.Git {
protected string LocateCommand (string name)
{
string [] possible_command_paths = new string [] {
Defines.INSTALL_DIR + "/bin/" + name;
Defines.INSTALL_DIR + "/bin/" + name,
"/usr/bin/" + name,
"/usr/local/bin/" + name,
"/opt/local/bin/" + name