diff options
author | Connor Lane Smith <cls@lubutu.com> | 2011-11-19 21:31:18 +0100 |
---|---|---|
committer | Connor Lane Smith <cls@lubutu.com> | 2011-11-19 21:31:18 +0100 |
commit | 5162d1b37adc51d75f058be1244f38a72117a087 (patch) | |
tree | 2eae3420c898f7a542b133ad20899252ab8ce1b7 /dmenu_run | |
parent | a02a1a662362a1e74f627c7f47335b5aeda79c67 (diff) |
fix dmenu_path exec sh
Diffstat (limited to 'dmenu_run')
-rwxr-xr-x | dmenu_run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,4 +12,4 @@ fi else dmenu "$@" < "$cache" fi -) | read cmd && exec sh -c "$cmd" +) | exec sh |