You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2017/09/28 18:06:27 UTC

groovy git commit: Make sure path inconsistencies across different distros and OSes (e.g. FreeBSD) are covered(proposed by Bahman)

Repository: groovy
Updated Branches:
  refs/heads/master 042dbdb3f -> 87c68fba3


Make sure path inconsistencies across different distros and
OSes (e.g. FreeBSD) are covered(proposed by Bahman)


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/87c68fba
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/87c68fba
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/87c68fba

Branch: refs/heads/master
Commit: 87c68fba3b599238d5c900d8eb18975074fa926d
Parents: 042dbdb
Author: sunlan <su...@apache.org>
Authored: Fri Sep 29 02:06:18 2017 +0800
Committer: sunlan <su...@apache.org>
Committed: Fri Sep 29 02:06:18 2017 +0800

----------------------------------------------------------------------
 src/bin/grape         | 2 +-
 src/bin/groovy        | 2 +-
 src/bin/groovyConsole | 2 +-
 src/bin/groovyc       | 2 +-
 src/bin/groovydoc     | 2 +-
 src/bin/groovysh      | 2 +-
 src/bin/java2groovy   | 2 +-
 src/bin/startGroovy   | 1 +
 8 files changed, 8 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/87c68fba/src/bin/grape
----------------------------------------------------------------------
diff --git a/src/bin/grape b/src/bin/grape
index 8ac4548..bdbb65a 100644
--- a/src/bin/grape
+++ b/src/bin/grape
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
 # ----------------------------------------------------------------------------
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/groovy/blob/87c68fba/src/bin/groovy
----------------------------------------------------------------------
diff --git a/src/bin/groovy b/src/bin/groovy
index f278f48..34eea47 100644
--- a/src/bin/groovy
+++ b/src/bin/groovy
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
 # ----------------------------------------------------------------------------
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/groovy/blob/87c68fba/src/bin/groovyConsole
----------------------------------------------------------------------
diff --git a/src/bin/groovyConsole b/src/bin/groovyConsole
index 74a67a9..95980b0 100644
--- a/src/bin/groovyConsole
+++ b/src/bin/groovyConsole
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
 # ----------------------------------------------------------------------------
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/groovy/blob/87c68fba/src/bin/groovyc
----------------------------------------------------------------------
diff --git a/src/bin/groovyc b/src/bin/groovyc
index 330bc26..c564254 100644
--- a/src/bin/groovyc
+++ b/src/bin/groovyc
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
 # ----------------------------------------------------------------------------
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/groovy/blob/87c68fba/src/bin/groovydoc
----------------------------------------------------------------------
diff --git a/src/bin/groovydoc b/src/bin/groovydoc
index 3f8ddd4..1b648f3 100644
--- a/src/bin/groovydoc
+++ b/src/bin/groovydoc
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
 # ----------------------------------------------------------------------------
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/groovy/blob/87c68fba/src/bin/groovysh
----------------------------------------------------------------------
diff --git a/src/bin/groovysh b/src/bin/groovysh
index 00df774..9c56342 100644
--- a/src/bin/groovysh
+++ b/src/bin/groovysh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
 # ----------------------------------------------------------------------------
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/groovy/blob/87c68fba/src/bin/java2groovy
----------------------------------------------------------------------
diff --git a/src/bin/java2groovy b/src/bin/java2groovy
index 119b063..0fa155e 100644
--- a/src/bin/java2groovy
+++ b/src/bin/java2groovy
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
 # ----------------------------------------------------------------------------
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/groovy/blob/87c68fba/src/bin/startGroovy
----------------------------------------------------------------------
diff --git a/src/bin/startGroovy b/src/bin/startGroovy
index ac6350d..155df15 100644
--- a/src/bin/startGroovy
+++ b/src/bin/startGroovy
@@ -1,3 +1,4 @@
+#!/usr/bin/env sh
 # -*- mode:sh -*-
 # ----------------------------------------------------------------------------
 # Licensed to the Apache Software Foundation (ASF) under one