Removed unneeded "export" statements.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@458 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2007-01-08 21:24:31 +00:00
parent 9a37ee459c
commit 965f80a6cf

View file

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