Get the shell for spawn_with_shell earlier
commitf931e0cb8eef222f2de7986c4e25ca4b809fd43c
authorUli Schlachter <psychon@znc.in>
Sat, 9 May 2009 11:28:57 +0000 (9 13:28 +0200)
committerJulien Danjou <julien@danjou.info>
Sun, 10 May 2009 08:47:22 +0000 (10 10:47 +0200)
tree226e0dd4b61cf8013f38b5f4c3fd74333853c775
parent56d6e3726b1898253627c132256863dd467a632a
Get the shell for spawn_with_shell earlier

My local config got a module which denies functions from adding new functions
to the global context or to a module's local context. I use this for catching
typos (think misspelled variable names).

This patch "fixes" a false-positive which was caused by this.

Signed-off-by: Uli Schlachter <psychon@znc.in>
lib/awful/util.lua.in