Fix quoting of \' sequence (#72548, Christian Rose)

Mon Feb 25 16:31:09 2002  Owen Taylor  <otaylor@redhat.com>

        * glib/gshell.c (tokenize_command_line): Fix quoting
        of \' sequence (#72548, Christian Rose)
This commit is contained in:
Owen Taylor 2002-02-25 21:34:38 +00:00 committed by Owen Taylor
parent d5799c79cd
commit 36fea8feaf
9 changed files with 41 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Mon Feb 25 16:31:09 2002 Owen Taylor <otaylor@redhat.com>
* glib/gshell.c (tokenize_command_line): Fix quoting
of \' sequence (#72548, Christian Rose)
2002-02-24 Tor Lillqvist <tml@iki.fi>
* README.win32: Edits.

View File

@ -1,3 +1,8 @@
Mon Feb 25 16:31:09 2002 Owen Taylor <otaylor@redhat.com>
* glib/gshell.c (tokenize_command_line): Fix quoting
of \' sequence (#72548, Christian Rose)
2002-02-24 Tor Lillqvist <tml@iki.fi>
* README.win32: Edits.

View File

@ -1,3 +1,8 @@
Mon Feb 25 16:31:09 2002 Owen Taylor <otaylor@redhat.com>
* glib/gshell.c (tokenize_command_line): Fix quoting
of \' sequence (#72548, Christian Rose)
2002-02-24 Tor Lillqvist <tml@iki.fi>
* README.win32: Edits.

View File

@ -1,3 +1,8 @@
Mon Feb 25 16:31:09 2002 Owen Taylor <otaylor@redhat.com>
* glib/gshell.c (tokenize_command_line): Fix quoting
of \' sequence (#72548, Christian Rose)
2002-02-24 Tor Lillqvist <tml@iki.fi>
* README.win32: Edits.

View File

@ -1,3 +1,8 @@
Mon Feb 25 16:31:09 2002 Owen Taylor <otaylor@redhat.com>
* glib/gshell.c (tokenize_command_line): Fix quoting
of \' sequence (#72548, Christian Rose)
2002-02-24 Tor Lillqvist <tml@iki.fi>
* README.win32: Edits.

View File

@ -1,3 +1,8 @@
Mon Feb 25 16:31:09 2002 Owen Taylor <otaylor@redhat.com>
* glib/gshell.c (tokenize_command_line): Fix quoting
of \' sequence (#72548, Christian Rose)
2002-02-24 Tor Lillqvist <tml@iki.fi>
* README.win32: Edits.

View File

@ -1,3 +1,8 @@
Mon Feb 25 16:31:09 2002 Owen Taylor <otaylor@redhat.com>
* glib/gshell.c (tokenize_command_line): Fix quoting
of \' sequence (#72548, Christian Rose)
2002-02-24 Tor Lillqvist <tml@iki.fi>
* README.win32: Edits.

View File

@ -1,3 +1,8 @@
Mon Feb 25 16:31:09 2002 Owen Taylor <otaylor@redhat.com>
* glib/gshell.c (tokenize_command_line): Fix quoting
of \' sequence (#72548, Christian Rose)
2002-02-24 Tor Lillqvist <tml@iki.fi>
* README.win32: Edits.

View File

@ -525,7 +525,7 @@ tokenize_command_line (const gchar *command_line,
g_set_error (error,
G_SHELL_ERROR,
G_SHELL_ERROR_BAD_QUOTING,
_("Text ended just after a '\' character."
_("Text ended just after a '\\' character."
" (The text was '%s')"),
command_line);
else