Fix regression in g_shell_parse_argv()
authorAlexander Larsson <alexl@redhat.com>
Thu, 13 Sep 2012 08:13:04 +0000 (10:13 +0200)
committerAlexander Larsson <alexl@redhat.com>
Thu, 13 Sep 2012 08:20:27 +0000 (10:20 +0200)
commitc99acf51d0405500592c36b739faa6bfcdb8181a
tree7ccba8ff5a3ee420e5a174eb74510f9ad8dc0906
parentd6b9df69492deb7f35e5454668dd59ddd0999e2d
Fix regression in g_shell_parse_argv()

The commit in 6e4acf44b3a943906432a2bf55223ac107d8e0c2 broke
the fallthrough case for '\\' when it changed the '#' case.

This caused issues like this:
  https://bugzilla.gnome.org/show_bug.cgi?id=683821

https://bugzilla.gnome.org/show_bug.cgi?id=562907
glib/gshell.c
glib/tests/shell.c