1
0
mirror of git://git.suckless.org/dmenu synced 2025-05-14 14:05:48 +01:00

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

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