fix dmenu_path exec sh

This commit is contained in:
Connor Lane Smith 2011-11-19 21:31:18 +01:00
parent a02a1a6623
commit 5162d1b37a
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ fi
else
dmenu "$@" < "$cache"
fi
) | read cmd && exec sh -c "$cmd"
) | exec sh