fix dmenu_path exec sh
authorConnor Lane Smith <cls@lubutu.com>
Sat, 19 Nov 2011 20:31:18 +0000 (21:31 +0100)
committerConnor Lane Smith <cls@lubutu.com>
Sat, 19 Nov 2011 20:31:18 +0000 (21:31 +0100)
dmenu_run

index cf75b0a..3279aa8 100755 (executable)
--- a/dmenu_run
+++ b/dmenu_run
@@ -12,4 +12,4 @@ fi
        else
                dmenu "$@" < "$cache"
        fi
-) | read cmd && exec sh -c "$cmd"
+) | exec sh