commit cd1c1a1bd9d00f4dcd65a51c8dfc59167facb258 parent 1e2ceeba66d90efa297a3db8c7a6974b8147747e Author: Kris Maglione <bsdaemon@wmii.de> Date: Sat, 3 Feb 2007 14:22:20 -0500 Fixed '==' in a `test` to '=' Diffstat:
| rc/wmiirc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rc/wmiirc b/rc/wmiirc @@ -151,7 +151,7 @@ do parms="$@" case "$type" in Start) - if test $1 == "wmiirc" + if test "$1" = "wmiirc" then exit fi;;