You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ts...@apache.org on 2017/08/17 14:27:19 UTC

[11/17] logging-log4cxx git commit: Broke shell file expansion by accident.

Broke shell file expansion by accident.


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

Branch: refs/heads/release_scripts
Commit: 194e80e501e375a484af311bce52562f599fa2d2
Parents: df416b5
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Thu Aug 17 12:07:43 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Thu Aug 17 12:08:14 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/194e80e5/releasePerform.sh
----------------------------------------------------------------------
diff --git a/releasePerform.sh b/releasePerform.sh
index a290bf1..382c3e6 100755
--- a/releasePerform.sh
+++ b/releasePerform.sh
@@ -70,7 +70,7 @@ function sign_and_copy()
   # http://blog.sonatype.com/2010/01/how-to-generate-pgp-signatures-with-maven/
   # http://maven.apache.org/plugins/maven-gpg-plugin/
   pushd "${WD_RELEASE}/target" > /dev/null
-  for file in "*.tar.gz" "*.zip"
+  for file in *.tar.gz *.zip
   do
     echo "Processing ${file}:"