path: implement common_dir handling in git_pathdup_submodule()
[gitweb.git] / git-submodule.sh
index 36797c3c00f4890cfb6f176f298e050da7eb5a34..25b1ddf2520800af4f78f1b7b72be2e271dfd8e2 100755 (executable)
@@ -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
                                ;;