summaryrefslogtreecommitdiff
path: root/src/wrappers
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-08 21:24:31 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-08 21:24:31 +0000
commit965f80a6cf171abe65072cc064bde2c670d4dde8 (patch)
tree1ebfcf27f5b7c2a036e73b24b409ac20afadb115 /src/wrappers
parent9a37ee459cafd70310d732e600a73ccfdfe2cbb8 (diff)
Removed unneeded "export" statements.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@458 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'src/wrappers')
-rw-r--r--src/wrappers/html2markdown.in11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/wrappers/html2markdown.in b/src/wrappers/html2markdown.in
index 6d0256274..7a7259d4f 100644
--- a/src/wrappers/html2markdown.in
+++ b/src/wrappers/html2markdown.in
@@ -60,10 +60,6 @@ grab_url_with () {
$prog "$@" "$url"
}
-argument=
-encoding=
-grabber=
-
# Parse command-line arguments
parse_arguments () {
while [ $# -gt 0 ]; do
@@ -91,11 +87,12 @@ parse_arguments () {
esac
shift
done
- export encoding
- export grabber
- export argument
}
+argument=
+encoding=
+grabber=
+
oldifs="$IFS"
IFS=$NEWLINE
parse_arguments $ARGS