mirror of
https://github.com/mirror/wget.git
synced 2026-09-04 05:42:51 +08:00
[svn] Fix broken quoting of EXPORT_TAG.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user