1
0

fix dmenu_path exec sh

This commit is contained in:
Connor Lane Smith 2011-11-19 21:31:18 +01:00
parent 9edfe41b9d
commit 0f7ffd38a5

View File

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