Removed unneeded "export" statements.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@458 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
9a37ee459c
commit
965f80a6cf
1 changed files with 4 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue