Bug ID 1011169
Summary /usr/lib/git/git-sh-setup: line 6: .: git-sh-i18n: file not found
Classification openSUSE
Product openSUSE Distribution
Version Leap 42.2
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Development
Assignee bnc-team-screening@forge.provo.novell.com
Reporter jnelson-suse@jamponi.net
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

I get the following every time I try to clone something with git-hg:

/usr/lib/git/git-sh-setup: line 6: .: git-sh-i18n: file not found

git-sh-i18n is located in /usr/lib/git



This is new behavior in 42.2 coming from 42.1


The core issue appears to be a problem in git-fast-export (line 39):
. "$(git --exec-path)/git-sh-setup"

git-sh-setup then turns around and sources (on line 6 as the first thing it
does):

. git-sh-i18n


Since the current working directory *isn't* in /usr/lib/git (git --exec-path)
then the source will fail (which it does).

I don't have an obvious fix.


You are receiving this mail because: