about summary refs log tree commit diff
diff options
context:
space:
mode:
authorConnor Lane Smith <cls@lubutu.com>2011-11-19 21:31:18 +0100
committerConnor Lane Smith <cls@lubutu.com>2011-11-19 21:31:18 +0100
commit5162d1b37adc51d75f058be1244f38a72117a087 (patch)
tree2eae3420c898f7a542b133ad20899252ab8ce1b7
parentfaster dmenu_run -f (diff)
downloaddmenu-5162d1b37adc51d75f058be1244f38a72117a087.tar.gz
dmenu-5162d1b37adc51d75f058be1244f38a72117a087.tar.bz2
dmenu-5162d1b37adc51d75f058be1244f38a72117a087.zip
fix dmenu_path exec sh
-rwxr-xr-xdmenu_run2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu_run b/dmenu_run
index cf75b0a..3279aa8 100755
--- a/dmenu_run
+++ b/dmenu_run
@@ -12,4 +12,4 @@ fi
 	else
 		dmenu "$@" < "$cache"
 	fi
-) | read cmd && exec sh -c "$cmd"
+) | exec sh