Fixed broken shell expansion for files.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/4c341401
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/4c341401
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/4c341401

Branch: refs/heads/release_scripts
Commit: 4c3414012ac453ba7c696d28d836ee99746811c0
Parents: 194e80e
Author: Thorsten Schöning <[email protected]>
Authored: Thu Aug 17 12:12:59 2017 +0200
Committer: Thorsten Schöning <[email protected]>
Committed: Thu Aug 17 12:13:40 2017 +0200

----------------------------------------------------------------------
 releasePerform.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/4c341401/releasePerform.sh
----------------------------------------------------------------------
diff --git a/releasePerform.sh b/releasePerform.sh
index 382c3e6..635c605 100755
--- a/releasePerform.sh
+++ b/releasePerform.sh
@@ -90,7 +90,7 @@ function sign_and_copy()
 function publish_for_vote()
 {
   pushd "${WD_DIST_DEV}" > /dev/null
-  svn add --force "*.*"
+  svn add --force *.*
   svn ci  -m "Publishing artifacts for new release to vote on."
 }
 

Reply via email to