Skip to content

Commit 555475f

Browse files
committed
Merge pull request #23 from DamienCassou/standard-shebang
Use standard shebang
2 parents 52808bd + cd93983 commit 555475f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+75
-69
lines changed

bin/attachForeignStone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/bash
1+
#! /usr/bin/env bash
22
#=========================================================================
33
# Copyright (c) 2015 GemTalk Systems, LLC <[email protected]>.
44
#=========================================================================

bin/attachOldDevKitStone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/bash
1+
#! /usr/bin/env bash
22
#=========================================================================
33
# Copyright (c) 2015 GemTalk Systems, LLC <[email protected]>.
44
#=========================================================================

bin/clients

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/bash
1+
#! /usr/bin/env bash
22
#=========================================================================
33
# Copyright (c) 2015 GemTalk Systems, LLC <[email protected]>.
44
#=========================================================================

bin/createClient

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/bash
1+
#! /usr/bin/env bash
22
#=========================================================================
33
# Copyright (c) 2014, 2015 GemTalk Systems, LLC <[email protected]>.
44
#=========================================================================

bin/createStone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/bash
1+
#! /usr/bin/env bash
22
#=========================================================================
33
# Copyright (c) 2014, 2015 GemTalk Systems, LLC <[email protected]>.
44
#=========================================================================

bin/deleteClient

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/bash
1+
#! /usr/bin/env bash
22
#=========================================================================
33
# Copyright (c) 2015 GemTalk Systems, LLC <[email protected]>.
44
#=========================================================================

bin/deleteSession

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/bash
1+
#! /usr/bin/env bash
22
#=========================================================================
33
# Copyright (c) 2015 GemTalk Systems, LLC <[email protected]>.
44
#=========================================================================

bin/deleteStone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/bash
1+
#! /usr/bin/env bash
22
#=========================================================================
33
# Copyright (c) 2015 GemTalk Systems, LLC <[email protected]>.
44
#=========================================================================

bin/devKitCommandLine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/bash
1+
#! /usr/bin/env bash
22
#=========================================================================
33
# Copyright (c) 2015 GemTalk Systems, LLC <[email protected]>.
44
#=========================================================================

bin/downloadGemStone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/bash
1+
#! /usr/bin/env bash
22
#=========================================================================
33
# Copyright (C) VMware, Inc. 1986-2011. All Rights Reserved.
44
# Copyright (c) 2013-2015 GemTalk Systems, LLC <[email protected]>.

0 commit comments

Comments
 (0)