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:
parent
a8a0dd8766
commit
ec1be2bdc9
1 changed files with 0 additions and 2 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Reference in a new issue