From: anselm@aab Date: Mon, 11 Feb 2008 11:22:38 +0000 (+0000) Subject: updated X-Git-Url: https://git.armaanb.net/?p=dmenu.git;a=commitdiff_plain;h=6d8e68dcfd22a4f1d428f75f5cae64502dedbf94 updated --- diff --git a/dmenu_run b/dmenu_run index 1cecc16..97e43ed 100755 --- a/dmenu_run +++ b/dmenu_run @@ -1,2 +1,2 @@ #!/bin/sh -exe=`dmenu_path | dmenu $*` && exec $exe +set exe=`dmenu_path | dmenu $*` && exec $exe