commit 2ef63f2d918c667a6ccbf2037a3ce1d3feb38c24 parent 35dfbdef1382be4829963c2b8443a79240483d20 Author: Kris Maglione <jg@suckless.org> Date: Thu, 8 Feb 2007 23:15:26 -0500 Have wmiir exec ixpc Diffstat:
| wmiir | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wmiir b/wmiir @@ -1,2 +1,2 @@ #!/bin/sh -IXP_ADDRESS="$WMII_ADDRESS" ixpc $@ +exec ixpc -a "$WMII_ADDRESS" $@