-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning: "/bin/sh: git: command not found" #49
Comments
I knew this only works on Linux but didn't find a viable solution so far 00 On 30. August 2014 12:23:47 MESZ, Davide Liessi notifications@github.com wrote:
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet. |
I knew this only works on Linux but didn't find a viable solution so far (no idea about Windows, though). Does this make a problem beyond a scrambled tagline in your case? On 30. August 2014 12:23:47 MESZ, Davide Liessi notifications@github.com wrote:
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet. |
No, the only problem is the tagline, i.e. the Git commands seem to return an empty string. I was thinking of something like an optional configuration file containing e.g.
In https://github.com/openlilylib/openlilylib/blob/master/general-tools/git-commands/definitions.ily you would define The configuration file name/path should be added to I'll try to prepare a patch for this in the next days, if you agree. Is Git the only external tool invoked by openlilylib? |
2014-08-30 16:00 GMT+02:00 Davide Liessi notifications@github.com:
|
@dliessi To come back to this, what would |
By default nothing, since Git is not installed by the system; with MacPorts generally Anyway this is only if the |
Oops! I didn't remember of this issue. |
Well, if you want. But I'd prefer a nice audio file ;-) |
:D |
When I compile a file including https://github.com/openlilylib/openlilylib/blob/master/general-tools/git-commands/definitions.ily and using some Git commands (e.g.
\gitAuthor
) I get some warnings saying "/bin/sh: git: command not found".If I understand correctly, that file expects Git to be in
$PATH
, but this is not always the case.I think that the location of external tools used by openlilylib should be customizable via a configuration file.
The configuration file should not be tracked by Git, otherwise it would be a problem when updating the repository.
The text was updated successfully, but these errors were encountered: