s/pfx/prefix/

This commit is contained in:
Neale Pickett 2011-01-10 16:18:34 -06:00
parent f9cc8453b9
commit ecb62e614e
1 changed files with 2 additions and 2 deletions

View File

@ -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