You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by ji...@apache.org on 2014/01/26 11:48:27 UTC

git commit: TAJO-552: Fix Bug verify-protocbuf.sh runs with bash. (DaeMyung Kang via jihoon)

Updated Branches:
  refs/heads/master 9d5be90a7 -> accd0e512


TAJO-552: Fix Bug verify-protocbuf.sh runs with bash. (DaeMyung Kang via jihoon)


Project: http://git-wip-us.apache.org/repos/asf/incubator-tajo/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tajo/commit/accd0e51
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tajo/tree/accd0e51
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tajo/diff/accd0e51

Branch: refs/heads/master
Commit: accd0e512124e39046bb6245ad786554a770313d
Parents: 9d5be90
Author: Jihoon Son <ji...@apache.org>
Authored: Sun Jan 26 19:47:48 2014 +0900
Committer: Jihoon Son <ji...@apache.org>
Committed: Sun Jan 26 19:47:48 2014 +0900

----------------------------------------------------------------------
 CHANGES.txt | 3 +++
 pom.xml     | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/accd0e51/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 35c7f26..c66504d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -229,6 +229,9 @@ Release 0.8.0 - unreleased
 
   BUG FIXES
 
+    TAJO-552: Fix Bug verify-protocbuf.sh runs with bash. 
+    (DaeMyung Kang via jihoon)
+
     TAJO-551: Fix bug getFunction can get wrong function that have invalid 
     parameters. (DaeMyung Kang via jihoon)
 

http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/accd0e51/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 495dc1f..d70f0e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,7 +157,7 @@
                     exit -1
                     fi
                   </echo>
-                  <exec executable="sh" dir="${project.build.directory}" failonerror="true">
+                  <exec executable="bash" dir="${project.build.directory}" failonerror="true">
                     <arg line="./verify-protocbuf.sh"/>
                   </exec>
                 </target>