X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=src%2Fmain.cc;fp=src%2Fmain.cc;h=f03e1f57d316dd19287be043f7c98aa5b1028ea8;hp=d93363020423f007a2aff24e962bc8e5629a5562;hb=c5a7de637d1b1bcc4e3112c4707430b5ca134bee;hpb=b7b183fe4e6691836fff1abd994b91a3b3a01ce4 diff --git a/src/main.cc b/src/main.cc index d9336302..f03e1f57 100644 --- a/src/main.cc +++ b/src/main.cc @@ -600,7 +600,7 @@ static void parse_command_line(gint argc, gchar *argv[]) * for use by any remote command that needs it */ current_dir = g_get_current_dir(); - pwd = g_strconcat("--PWD:", current_dir, NULL); + pwd = g_strconcat("--PWD=", current_dir, NULL); remote_list = g_list_prepend(remote_list, pwd); remote_control(argv[0], remote_list, command_line->path, list, command_line->collection_list);