You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ma...@apache.org on 2014/06/18 18:46:48 UTC

git commit: BIGTOP-986: install-flume.sh uses -x instead of -e

Repository: bigtop
Updated Branches:
  refs/heads/master 1b0862f3e -> 3f2184278


BIGTOP-986: install-flume.sh uses -x instead of -e

Signed-off-by: Mark Grover <ma...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/3f218427
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/3f218427
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/3f218427

Branch: refs/heads/master
Commit: 3f2184278fa77eb749e07ff789801b42325caa0a
Parents: 1b0862f
Author: joshuayao <jo...@gmail.com>
Authored: Tue Jun 17 10:56:44 2014 +0800
Committer: Mark Grover <ma...@apache.org>
Committed: Wed Jun 18 09:45:39 2014 -0700

----------------------------------------------------------------------
 bigtop-packages/src/common/flume/install_flume.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/3f218427/bigtop-packages/src/common/flume/install_flume.sh
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/flume/install_flume.sh b/bigtop-packages/src/common/flume/install_flume.sh
index b6cc062..7a0a760 100755
--- a/bigtop-packages/src/common/flume/install_flume.sh
+++ b/bigtop-packages/src/common/flume/install_flume.sh
@@ -153,7 +153,7 @@ for x in CHANGELOG \
           NOTICE \
           README \
           RELEASE-NOTES ; do
-  if [ -x $x ] ; then
+  if [ -e $x ] ; then
     cp -r $x $PREFIX/${DOC_DIR}
   fi
 done