From: Anselm R Garbe Date: Thu, 10 Apr 2008 17:12:00 +0000 (+0100) Subject: no exe should be unquoted, agreed to Peter Hartlich X-Git-Url: https://git.armaanb.net/?p=dmenu.git;a=commitdiff_plain;h=f3617bd7caf83a6e184cbdfeeebed0be88f158fa no exe should be unquoted, agreed to Peter Hartlich --- diff --git a/dmenu_run b/dmenu_run index 3858796..3e1e6e4 100755 --- a/dmenu_run +++ b/dmenu_run @@ -1,2 +1,2 @@ #!/bin/sh -exe=`dmenu_path | dmenu ${1+"$@"}` && exec "$exe" +exe=`dmenu_path | dmenu ${1+"$@"}` && exec $exe