FS#58591 - [atom] /usr/libexec/git-core/git-sh-i18n not found

Attached to Project: Community Packages
Opened by Manuel Schneider (manuelschneid3r) - Monday, 14 May 2018, 10:56 GMT
Last edited by Nicola Squartini (tensor5) - Friday, 15 June 2018, 20:46 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Nicola Squartini (tensor5)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Try to git pull in Atom, you get:

linux-ssh: Linux ssh wrapper invoked with arguments: […]
linux-ssh: using SSH command [ssh]
Von git_helium:python_equalizer
* branch master -> FETCH_HEAD
/usr/lib/git-core/git-sh-setup: Zeile 46: /usr/libexec/git-core/git-sh-i18n: Datei oder Verzeichnis nicht gefunden

(german for not found)

The file does not exist. I checked /usr/lib/git-core/git-sh-setup row 46:

# Source git-sh-i18n for gettext support.
. "$(git --exec-path)/git-sh-i18n"

In my terminal "git --exec-path" returns the correct path "/usr/lib/git-core" however when used from atom it seems to return "/usr/libexec/git-core/".



This task depends upon

Closed by  Nicola Squartini (tensor5)
Friday, 15 June 2018, 20:46 GMT
Reason for closing:  Fixed
Additional comments about closing:  1.27.2-2
Comment by Nicola Squartini (tensor5) - Thursday, 14 June 2018, 20:53 GMT
It should be fixed now, in 1.27.2-2.

Loading...