mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 09:16:43 +00:00
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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user