Repository: trafodion
Updated Branches:
  refs/heads/master 8e332e52a -> 7b4ab587d


[TRAFODION-2887] extra $ sign in trafci Makefile


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/13443f69
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/13443f69
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/13443f69

Branch: refs/heads/master
Commit: 13443f698dd4de8d47c9dc0c323352f32b8fa355
Parents: 8e332e5
Author: Liu Ming <[email protected]>
Authored: Sun Jan 7 10:44:22 2018 +0000
Committer: Liu Ming <[email protected]>
Committed: Sun Jan 7 10:44:22 2018 +0000

----------------------------------------------------------------------
 core/conn/trafci/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/13443f69/core/conn/trafci/Makefile
----------------------------------------------------------------------
diff --git a/core/conn/trafci/Makefile b/core/conn/trafci/Makefile
index 5425ca2..bc0b26f 100644
--- a/core/conn/trafci/Makefile
+++ b/core/conn/trafci/Makefile
@@ -29,9 +29,9 @@ Trafci_installer:Trafci_jar
 Trafci_jar:
        mvn clean install -DskipTests$
 Trafci_installer:
-       ./getBuildInfo$
-       export buildId=`head -n 1 buildId`$
-       mvn -f installer_pom.xml -DbldId=${buildId} clean package -DskipTests$ 
+       ./getBuildInfo
+       export buildId=`head -n 1 buildId`
+       mvn -f installer_pom.xml -DbldId=${buildId} clean package -DskipTests
 Trafci_deploy:
        zip -r ../clients/trafci.zip -j target/trafciInstaller.jar utils/README
        java -jar target/trafciInstaller.jar -silent -installDir ${TRAF_HOME}

Reply via email to