Repository: incubator-s2graph
Updated Branches:
  refs/heads/master facf8d96d -> 24d08c079


[S2GRAPH-22]: Add missing shebang line to file

JIRA:
  [S2GRAPH-22] https://issues.apache.org/jira/browse/S2GRAPH-22

Pull Request:
  Closes #48

Authors:
  Injun Song: [email protected]


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

Branch: refs/heads/master
Commit: 24d08c07985f04ec918e301462aedcedce449c1e
Parents: facf8d9
Author: DO YUNG YOON <[email protected]>
Authored: Fri Jun 10 22:53:15 2016 +0900
Committer: DO YUNG YOON <[email protected]>
Committed: Fri Jun 10 22:55:05 2016 +0900

----------------------------------------------------------------------
 CHANGES | 3 +++
 test.sh | 1 +
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/24d08c07/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 195caa9..b04b546 100644
--- a/CHANGES
+++ b/CHANGES
@@ -66,6 +66,9 @@ Release 0.12.1 - unreleased
 
     S2GRAPH-55: Add param to enable epoll event loop in experimental netty 
http server (Committed by daewon).
 
+    S2GRAPH-22: Add missing shebang line to file. 
+               (Contributed by Injun Song<[email protected]>, committed by 
DOYUNG YOON)
+
   BUG FIXES
 
     S2GRAPH-18: Query Option "interval" is Broken. 

http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/24d08c07/test.sh
----------------------------------------------------------------------
diff --git a/test.sh b/test.sh
index ecb6425..eb3a798 100644
--- a/test.sh
+++ b/test.sh
@@ -1,3 +1,4 @@
+#!/usr/bin/env bash
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information

Reply via email to