commit 9faaa0679e406c67f7c935fb63b902290b95d83b
parent b1195b30416da477647b7951e07d50fdacb6795b
Author: Juan Pablo Aroztegi <jpabloae@gmail.com>
Date: Mon, 31 May 2010 13:26:51 +0200
[plan9port] use rc syntax for the startup function
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/alternative_wmiircs/plan9port/wmiirc b/alternative_wmiircs/plan9port/wmiirc
@@ -56,7 +56,7 @@ fn status {
`{date} }
# Generic overridable startup details
-startup() { witray & }
+fn startup { witray & }
# End Configuration