Removed unneeded WRAPPER_ARGS and WRAPPEE_ARGS variables

from src/wrappers/common.sh.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@409 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2007-01-03 18:46:30 +00:00
parent a8a0dd8766
commit ec1be2bdc9

View file

@ -2,8 +2,6 @@ THIS=${0##*/}
NEWLINE='
'
WRAPPER_ARGS=
WRAPPEE_ARGS=
err () { echo "$*" | fold -s -w ${COLUMNS:-110} >&2; }
errn () { printf "$*" | fold -s -w ${COLUMNS:-110} >&2; }