You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling osagitfilter with fully qualified path (/usr/local/bin/osagitfilter), and when that path (/usr/local/bin) isn't in the shell's PATH variable, the script can't find osagetlang. This can happen when calling git with AppleScript's do shell script-command (see #8 (comment)).
Analysis: osagitfilter calls osagetlang and expects the latter to be in the PATH.
Workaround is to alter the PATH variable.
But this needs a fix.
The text was updated successfully, but these errors were encountered:
When calling
osagitfilter
with fully qualified path (/usr/local/bin/osagitfilter
), and when that path (/usr/local/bin
) isn't in the shell'sPATH
variable, the script can't findosagetlang
. This can happen when calling git with AppleScript'sdo shell script
-command (see #8 (comment)).Analysis:
osagitfilter
callsosagetlang
and expects the latter to be in the PATH.Workaround is to alter the
PATH
variable.But this needs a fix.
The text was updated successfully, but these errors were encountered: