Repository: groovy Updated Branches: refs/heads/GROOVY_2_6_X d44e2d9aa -> b1582c0d3
Make sure path inconsistencies across different distros and OSes (e.g. FreeBSD) are covered(proposed by Bahman) (cherry picked from commit 87c68fb) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/b1582c0d Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/b1582c0d Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/b1582c0d Branch: refs/heads/GROOVY_2_6_X Commit: b1582c0d377c4fcc5941cef422c76b5407f205eb Parents: d44e2d9 Author: sunlan <sun...@apache.org> Authored: Fri Sep 29 02:06:18 2017 +0800 Committer: sunlan <sun...@apache.org> Committed: Fri Sep 29 02:06:58 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/b1582c0d/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/b1582c0d/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/b1582c0d/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/b1582c0d/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/b1582c0d/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/b1582c0d/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/b1582c0d/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/b1582c0d/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