You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by su...@apache.org on 2018/02/02 04:05:19 UTC

[1/2] trafodion git commit: Fix shebang

Repository: trafodion
Updated Branches:
  refs/heads/master 6ab2cb933 -> 5738beb27


Fix shebang

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

Branch: refs/heads/master
Commit: 5e77911240c9d4c7f0aa01c154a87b2ad30b98c6
Parents: 6d38e58
Author: wenjun-zhu <33...@users.noreply.github.com>
Authored: Thu Feb 1 11:23:55 2018 +0800
Committer: GitHub <no...@github.com>
Committed: Thu Feb 1 11:23:55 2018 +0800

----------------------------------------------------------------------
 core/sqf/sql/scripts/cleanat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/5e779112/core/sqf/sql/scripts/cleanat
----------------------------------------------------------------------
diff --git a/core/sqf/sql/scripts/cleanat b/core/sqf/sql/scripts/cleanat
index e48261d..9573dba 100755
--- a/core/sqf/sql/scripts/cleanat
+++ b/core/sqf/sql/scripts/cleanat
@@ -1,4 +1,4 @@
-!/bin/bash
+#!/bin/bash
 #
 # @@@ START COPYRIGHT @@@
 #


[2/2] trafodion git commit: Merge [TRAFODION-2943] PR-1432 Fix shebang

Posted by su...@apache.org.
Merge [TRAFODION-2943] PR-1432 Fix shebang


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

Branch: refs/heads/master
Commit: 5738beb2730073f7db3ffda24989374c2882fde4
Parents: 6ab2cb9 5e77911
Author: Suresh Subbiah <su...@apache.org>
Authored: Fri Feb 2 04:05:06 2018 +0000
Committer: Suresh Subbiah <su...@apache.org>
Committed: Fri Feb 2 04:05:06 2018 +0000

----------------------------------------------------------------------
 core/sqf/sql/scripts/cleanat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------