Files
nixpkgs/pkgs/tools/X11
aszlig 2467c437b7 xdg_utils: Fix wrong substitution of grep command.
Fixes regression introduced by 16406e63b3.

Not replacing "egrep" with a negated character class on [^e] needs to be
put back into the replacement, because if we have something like:

foo="$(grep xxx)"

The replacement would be something like this:

foo="$/nix/store/.../bin/grep xxx)"

Which will lead to wrong behavior and in cases of for example
"xdg-screensaver", even directly to a syntax error:

xdg-screensaver: line 178: syntax error near unexpected token `('
xdg-screensaver: line 178: `command="/nix/store/.../bin/grep -E
                            "^Exec(\[[^]=]*])?=" "$file" |
                            /nix/store/.../bin/cut -d= -f 2- |
                            first_word`"'

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-07-05 09:25:13 +02:00
..
2015-05-12 17:24:50 +02:00
2015-06-22 15:32:42 +03:00
2015-02-20 20:49:33 -05:00
2015-06-14 23:26:58 +03:00
2015-03-26 13:59:24 -07:00
2015-06-10 14:37:49 +02:00
2015-02-25 01:09:39 +01:00
2015-06-04 09:16:05 +00:00
2015-06-14 23:26:58 +03:00