mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Fix broken quoting of EXPORT_TAG.
This commit is contained in:
parent
ca5c9e5911
commit
799e51d8fb
@ -73,11 +73,11 @@ do
|
||||
;;
|
||||
-D)
|
||||
shift
|
||||
EXPORT_TAG="-D '$1'"
|
||||
EXPORT_TAG="-D $1"
|
||||
;;
|
||||
-r)
|
||||
shift
|
||||
EXPORT_TAG="-r '$1'"
|
||||
EXPORT_TAG="-r $1"
|
||||
;;
|
||||
--force-version)
|
||||
shift
|
||||
|
Loading…
Reference in New Issue
Block a user