From ecb62e614ee7335a3507a7dd377b2fbcdfe911d2 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Mon, 10 Jan 2011 16:18:34 -0600 Subject: [PATCH] s/pfx/prefix/ --- cobalt-handler | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cobalt-handler b/cobalt-handler index 3f1089e..ff4021e 100755 --- a/cobalt-handler +++ b/cobalt-handler @@ -1,6 +1,6 @@ #! /bin/sh -pfx=$1; export pfx; shift +prefix=$1; export prefix; shift command=$1; export command; shift sender=$1; export sender; shift forum=$1; export forum; shift @@ -8,7 +8,7 @@ text=$1; export text; shift # $* is now args # Debug output -echo '>>>' ${pfx:+:}$pfx $command "$@" ${text:+:}"$text" 1>&2 +echo '>>>' ${prefix:+:}$prefix $command "$@" ${text:+:}"$text" 1>&2 raw () { fmt="\007$1\n"; shift