Re: [PATCH] git-submodule.sh: Don't use $path variable in eval_gettext string
From: Johannes Sixt <hidden> Date: 2016-06-15 22:53:37
Am 18.04.2012 13:05, schrieb Jens Lehmann:
Am 17.04.2012 20:00, schrieb Ramsay Jones:
quoted
In particular, when executing test #38 in t7400-submodule-basic.sh,
an 'git-sh-i18n-envsubst.exe - Unable To Locate Component' dialog
pops up saying that the application "failed to start because
libiconv2.dll was not found."
I also observed this error, and this patch fixes it (and at that also
passes the test suite).
Thanks, Ramsay!
-- Hannes