On Thu, Aug 27, 2015 at 4:26 PM, Alex Henrie <alexhenrie24@xxxxxxxxx> wrote: > Signed-off-by: Alex Henrie <alexhenrie24@xxxxxxxxx> > --- > git-submodule.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/git-submodule.sh b/git-submodule.sh > index 36797c3..25b1ddf 100755 > --- a/git-submodule.sh > +++ b/git-submodule.sh > @@ -904,7 +904,7 @@ Maybe you want to use 'update --init'?")" > ;; > !*) > command="${update_module#!}" > - die_msg="$(eval_gettext "Execution of '\$command \$sha1' failed in submodule path '\$prefix\$sm_path'")" > + die_msg="$(eval_gettext "Execution of '\$command \$sha1' failed in submodule path '\$prefix\$sm_path'")" > say_msg="$(eval_gettext "Submodule path '\$prefix\$sm_path': '\$command \$sha1'")" > must_die_on_failure=yes > ;; > -- > 2.5.0 > Looks good to me. Thanks Reviewed-by: Chris Packham <judge.packham@xxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html