# # patch "commands.cc" # from [3fecc40d0206ff8aa4127c0ad2ce2fe71e5ae3f7] # to [4603f24358368cb32306fd2a36b3c63c6f0a61ea] # ======================================================================== --- commands.cc 3fecc40d0206ff8aa4127c0ad2ce2fe71e5ae3f7 +++ commands.cc 4603f24358368cb32306fd2a36b3c63c6f0a61ea @@ -3401,7 +3401,7 @@ if (args.size() != 1) throw usage(name); - import_cvs_repo(system_path(idx(args, 0))(), app); + import_cvs_repo(system_path(idx(args, 0)()), app); } CMD(git, N_("git"),