From cd939833fb67a826895845f28673cf082677583f Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Thu, 12 Nov 2015 10:07:17 -0300 Subject: [PATCH] Use standard shebang --- bin/attachForeignStone | 2 +- bin/attachOldDevKitStone | 2 +- bin/clients | 2 +- bin/createClient | 2 +- bin/createStone | 2 +- bin/deleteClient | 2 +- bin/deleteSession | 2 +- bin/deleteStone | 2 +- bin/devKitCommandLine | 2 +- bin/downloadGemStone | 2 +- bin/installClient | 2 +- bin/installServer | 2 +- bin/installServerClient | 2 +- bin/newExtent | 2 +- bin/patches/patchIssue15 | 4 +++- bin/patches/patchIssue7 | 4 +++- bin/private/attachStone | 2 +- bin/private/cloneGitHubProject | 2 +- bin/private/clone_gs_client_dev | 2 +- bin/private/clone_gs_server | 2 +- bin/private/clone_sys_local | 4 +++- bin/private/clone_todeClient | 2 +- bin/private/downloadSmalltalkClient | 2 +- bin/private/gitFunctions | 2 +- bin/private/gsDevKitTodeCommandLine | 2 +- bin/private/installClientGciLibraries | 2 +- bin/private/installGci | 2 +- bin/private/scanProductsForInstallingGciLibs | 2 +- bin/private/shFunctions | 2 +- bin/private/winRunPharoFunctions | 2 +- bin/products | 2 +- bin/sessions | 2 +- bin/setupGsDevKit | 2 +- bin/startClient | 2 +- bin/startNetldi | 2 +- bin/startStatmonitor | 2 +- bin/startStone | 2 +- bin/status | 2 +- bin/stones | 2 +- bin/stopNetldi | 2 +- bin/stopStone | 2 +- bin/todeBackup | 2 +- bin/todeIt | 2 +- bin/todeLoad | 2 +- bin/todeRestore | 2 +- bin/todeUpdate | 2 +- bin/updateGsDevKit | 2 +- bin/upgradeStone | 2 +- bin/utils/cleanSharedPharoDirectory | 2 +- bin/utils/cloneGsDevKitProjects | 2 +- bin/utils/cloneSharedTodeProjects | 2 +- bin/utils/gsDevKitEnvVars | 2 +- bin/utils/installOsPrereqs | 2 +- bin/utils/updateSharedTodeProjectsClone | 2 +- shared/bin/create_gs_server_image | 2 +- shared/bin/installClientGciLibraries | 2 +- sys/bin/todeLoad | 2 +- sys/default/gsdevkit_bin/cloneSharedTodeProjects | 2 +- sys/default/gsdevkit_bin/cloneUpdate | 2 +- tests/basicInstallServer.sh | 4 ++-- tests/basicTests.sh | 4 ++-- tests/basicTodeClientTests.sh | 4 ++-- tests/testTravisCI.sh | 4 ++-- tests/travisCustomize.sh | 4 ++-- 64 files changed, 75 insertions(+), 69 deletions(-) diff --git a/bin/attachForeignStone b/bin/attachForeignStone index 9d9f6ef2..4880a363 100755 --- a/bin/attachForeignStone +++ b/bin/attachForeignStone @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/attachOldDevKitStone b/bin/attachOldDevKitStone index a9c16734..11ebe61e 100755 --- a/bin/attachOldDevKitStone +++ b/bin/attachOldDevKitStone @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/clients b/bin/clients index 8fdd420a..3fa7d791 100755 --- a/bin/clients +++ b/bin/clients @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/createClient b/bin/createClient index b17da235..c4f15baa 100755 --- a/bin/createClient +++ b/bin/createClient @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2014, 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/createStone b/bin/createStone index 82bf5777..8f24a459 100755 --- a/bin/createStone +++ b/bin/createStone @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2014, 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/deleteClient b/bin/deleteClient index 5757a474..932c8cd2 100755 --- a/bin/deleteClient +++ b/bin/deleteClient @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/deleteSession b/bin/deleteSession index 17360deb..c4e24c8b 100755 --- a/bin/deleteSession +++ b/bin/deleteSession @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/deleteStone b/bin/deleteStone index 11511f23..e79412b7 100755 --- a/bin/deleteStone +++ b/bin/deleteStone @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/devKitCommandLine b/bin/devKitCommandLine index 412aca17..50820c7c 100755 --- a/bin/devKitCommandLine +++ b/bin/devKitCommandLine @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/downloadGemStone b/bin/downloadGemStone index 33510617..3cd39c89 100755 --- a/bin/downloadGemStone +++ b/bin/downloadGemStone @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (C) VMware, Inc. 1986-2011. All Rights Reserved. # Copyright (c) 2013-2015 GemTalk Systems, LLC . diff --git a/bin/installClient b/bin/installClient index 8cf5926e..9254d3d5 100755 --- a/bin/installClient +++ b/bin/installClient @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/installServer b/bin/installServer index 8b2b6cf6..73d38451 100755 --- a/bin/installServer +++ b/bin/installServer @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/installServerClient b/bin/installServerClient index 30806187..b916f233 100755 --- a/bin/installServerClient +++ b/bin/installServerClient @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/newExtent b/bin/newExtent index 20ae0d51..f831187b 100755 --- a/bin/newExtent +++ b/bin/newExtent @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2014, 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/patches/patchIssue15 b/bin/patches/patchIssue15 index eb7a29fe..4a3a2c94 100755 --- a/bin/patches/patchIssue15 +++ b/bin/patches/patchIssue15 @@ -1,8 +1,10 @@ -#! /bin/bash -x +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= +set -x + echo "=================" echo " GsDevKit script: $(basename $0) $*" echo " path: $0" diff --git a/bin/patches/patchIssue7 b/bin/patches/patchIssue7 index 1be8e0df..8d970899 100755 --- a/bin/patches/patchIssue7 +++ b/bin/patches/patchIssue7 @@ -1,8 +1,10 @@ -#! /bin/bash -x +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= +set -x + echo "=================" echo " GsDevKit script: $(basename $0) $*" echo " path: $0" diff --git a/bin/private/attachStone b/bin/private/attachStone index bb4f6183..d3be7533 100755 --- a/bin/private/attachStone +++ b/bin/private/attachStone @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/private/cloneGitHubProject b/bin/private/cloneGitHubProject index 8ff56062..a7109413 100755 --- a/bin/private/cloneGitHubProject +++ b/bin/private/cloneGitHubProject @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/private/clone_gs_client_dev b/bin/private/clone_gs_client_dev index 24a40159..81d66b84 100755 --- a/bin/private/clone_gs_client_dev +++ b/bin/private/clone_gs_client_dev @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/private/clone_gs_server b/bin/private/clone_gs_server index 4d0ab0da..f5379104 100755 --- a/bin/private/clone_gs_server +++ b/bin/private/clone_gs_server @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/private/clone_sys_local b/bin/private/clone_sys_local index 1f47eb33..371c1cca 100755 --- a/bin/private/clone_sys_local +++ b/bin/private/clone_sys_local @@ -1,8 +1,10 @@ -#! /bin/bash -x +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= +set -x + echo "=================" echo " GsDevKit script: $(basename $0) $*" echo " path: $0" diff --git a/bin/private/clone_todeClient b/bin/private/clone_todeClient index 34c741ea..f32013a4 100755 --- a/bin/private/clone_todeClient +++ b/bin/private/clone_todeClient @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/private/downloadSmalltalkClient b/bin/private/downloadSmalltalkClient index 113ba871..dbae19aa 100755 --- a/bin/private/downloadSmalltalkClient +++ b/bin/private/downloadSmalltalkClient @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2014, 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/private/gitFunctions b/bin/private/gitFunctions index fca215be..888df138 100755 --- a/bin/private/gitFunctions +++ b/bin/private/gitFunctions @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/private/gsDevKitTodeCommandLine b/bin/private/gsDevKitTodeCommandLine index 63aafbb1..3c4b058e 100755 --- a/bin/private/gsDevKitTodeCommandLine +++ b/bin/private/gsDevKitTodeCommandLine @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/private/installClientGciLibraries b/bin/private/installClientGciLibraries index 3fc02dde..d8011ea2 100755 --- a/bin/private/installClientGciLibraries +++ b/bin/private/installClientGciLibraries @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2014, 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/private/installGci b/bin/private/installGci index 519a80e6..32c8d07d 100755 --- a/bin/private/installGci +++ b/bin/private/installGci @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2014, 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/private/scanProductsForInstallingGciLibs b/bin/private/scanProductsForInstallingGciLibs index 6ff9b750..215713bb 100755 --- a/bin/private/scanProductsForInstallingGciLibs +++ b/bin/private/scanProductsForInstallingGciLibs @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/private/shFunctions b/bin/private/shFunctions index 90c8e81c..e60f5a82 100755 --- a/bin/private/shFunctions +++ b/bin/private/shFunctions @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/private/winRunPharoFunctions b/bin/private/winRunPharoFunctions index d8e25945..06522a22 100755 --- a/bin/private/winRunPharoFunctions +++ b/bin/private/winRunPharoFunctions @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/products b/bin/products index 716a1704..9e28020c 100755 --- a/bin/products +++ b/bin/products @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/sessions b/bin/sessions index b0cc731a..e49a5b86 100755 --- a/bin/sessions +++ b/bin/sessions @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/setupGsDevKit b/bin/setupGsDevKit index b3829e93..082a9399 100755 --- a/bin/setupGsDevKit +++ b/bin/setupGsDevKit @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/startClient b/bin/startClient index 9b2861c3..cdc230eb 100755 --- a/bin/startClient +++ b/bin/startClient @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2014, 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/startNetldi b/bin/startNetldi index e33d6dda..cd6d1ac5 100755 --- a/bin/startNetldi +++ b/bin/startNetldi @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2014, 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/startStatmonitor b/bin/startStatmonitor index 7130e496..d105b0df 100755 --- a/bin/startStatmonitor +++ b/bin/startStatmonitor @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2014, 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/startStone b/bin/startStone index b8c7fe26..a1add0ea 100755 --- a/bin/startStone +++ b/bin/startStone @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2014, 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/status b/bin/status index 920563b2..fe099dd2 100755 --- a/bin/status +++ b/bin/status @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/stones b/bin/stones index 91887cb6..ab9dcb86 100755 --- a/bin/stones +++ b/bin/stones @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2014, 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/stopNetldi b/bin/stopNetldi index dd8d1a7c..f798ea72 100755 --- a/bin/stopNetldi +++ b/bin/stopNetldi @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2014, 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/stopStone b/bin/stopStone index 3df7be8b..5355e0fd 100755 --- a/bin/stopStone +++ b/bin/stopStone @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2014, 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/todeBackup b/bin/todeBackup index 8caee3fe..2c113686 100755 --- a/bin/todeBackup +++ b/bin/todeBackup @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2014, 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/todeIt b/bin/todeIt index d80ced37..db1681f3 100755 --- a/bin/todeIt +++ b/bin/todeIt @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/todeLoad b/bin/todeLoad index ef4d7905..3c68a52b 100755 --- a/bin/todeLoad +++ b/bin/todeLoad @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/todeRestore b/bin/todeRestore index bc18b081..c1821561 100755 --- a/bin/todeRestore +++ b/bin/todeRestore @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2014, 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/todeUpdate b/bin/todeUpdate index 8b4f4993..5f82bf5c 100755 --- a/bin/todeUpdate +++ b/bin/todeUpdate @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/updateGsDevKit b/bin/updateGsDevKit index 7d276e3e..728c947a 100755 --- a/bin/updateGsDevKit +++ b/bin/updateGsDevKit @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/upgradeStone b/bin/upgradeStone index 29bf6551..5f221ed9 100755 --- a/bin/upgradeStone +++ b/bin/upgradeStone @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/utils/cleanSharedPharoDirectory b/bin/utils/cleanSharedPharoDirectory index cd0e5da4..0c2139d5 100755 --- a/bin/utils/cleanSharedPharoDirectory +++ b/bin/utils/cleanSharedPharoDirectory @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/utils/cloneGsDevKitProjects b/bin/utils/cloneGsDevKitProjects index 577fefa7..d65e9a90 100755 --- a/bin/utils/cloneGsDevKitProjects +++ b/bin/utils/cloneGsDevKitProjects @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/utils/cloneSharedTodeProjects b/bin/utils/cloneSharedTodeProjects index c5499434..525bdaa2 100755 --- a/bin/utils/cloneSharedTodeProjects +++ b/bin/utils/cloneSharedTodeProjects @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/utils/gsDevKitEnvVars b/bin/utils/gsDevKitEnvVars index 2a0fb09e..6569d1dc 100755 --- a/bin/utils/gsDevKitEnvVars +++ b/bin/utils/gsDevKitEnvVars @@ -1,3 +1,3 @@ -#! /bin/bash +#! /usr/bin/env bash source $GS_HOME/bin/defGsDevKit.env env | grep GS_ | sort diff --git a/bin/utils/installOsPrereqs b/bin/utils/installOsPrereqs index 708824a1..25761231 100755 --- a/bin/utils/installOsPrereqs +++ b/bin/utils/installOsPrereqs @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/bin/utils/updateSharedTodeProjectsClone b/bin/utils/updateSharedTodeProjectsClone index ee1abc44..b10018a5 100755 --- a/bin/utils/updateSharedTodeProjectsClone +++ b/bin/utils/updateSharedTodeProjectsClone @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/shared/bin/create_gs_server_image b/shared/bin/create_gs_server_image index 1d12f5fb..9b3f0c0f 100755 --- a/shared/bin/create_gs_server_image +++ b/shared/bin/create_gs_server_image @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/shared/bin/installClientGciLibraries b/shared/bin/installClientGciLibraries index e5df1c80..d9a3f309 100755 --- a/shared/bin/installClientGciLibraries +++ b/shared/bin/installClientGciLibraries @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2014, 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/sys/bin/todeLoad b/sys/bin/todeLoad index 0238363f..6f1fd6f0 100755 --- a/sys/bin/todeLoad +++ b/sys/bin/todeLoad @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2014, 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/sys/default/gsdevkit_bin/cloneSharedTodeProjects b/sys/default/gsdevkit_bin/cloneSharedTodeProjects index a092b551..7bacdd10 100755 --- a/sys/default/gsdevkit_bin/cloneSharedTodeProjects +++ b/sys/default/gsdevkit_bin/cloneSharedTodeProjects @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/sys/default/gsdevkit_bin/cloneUpdate b/sys/default/gsdevkit_bin/cloneUpdate index 43a3b75a..6f78ba5f 100755 --- a/sys/default/gsdevkit_bin/cloneUpdate +++ b/sys/default/gsdevkit_bin/cloneUpdate @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash #========================================================================= # Copyright (c) 2015 GemTalk Systems, LLC . #========================================================================= diff --git a/tests/basicInstallServer.sh b/tests/basicInstallServer.sh index 6109d745..07d062bf 100755 --- a/tests/basicInstallServer.sh +++ b/tests/basicInstallServer.sh @@ -1,9 +1,9 @@ -#!/bin/bash -x +#!/usr/bin/env bash # # Copyright (c) 2015 GemTalk Systems, LLC. All Rights Reserved . # -set -e # exit on error +set -xe # print commands and exit on error # install server installServerClient -o GsDevKit ${STONENAME1} tode $GS_VERSION diff --git a/tests/basicTests.sh b/tests/basicTests.sh index c7742584..6473a23d 100755 --- a/tests/basicTests.sh +++ b/tests/basicTests.sh @@ -1,9 +1,9 @@ -#!/bin/bash -x +#!/usr/bin/env bash # # Copyright (c) 2015 GemTalk Systems, LLC. All Rights Reserved . # -set -e # exit on error +set -xe # print commands and exit on error stones diff --git a/tests/basicTodeClientTests.sh b/tests/basicTodeClientTests.sh index 1068d6fa..965d841d 100755 --- a/tests/basicTodeClientTests.sh +++ b/tests/basicTodeClientTests.sh @@ -1,9 +1,9 @@ -#!/bin/bash -x +#!/usr/bin/env bash # # Copyright (c) 2015 GemTalk Systems, LLC. All Rights Reserved . # -set -e # exit on error +set -xe # print commands and exit on error # install server installServerClient -c https travis $GS_VERSION diff --git a/tests/testTravisCI.sh b/tests/testTravisCI.sh index f35a467d..cf92e622 100755 --- a/tests/testTravisCI.sh +++ b/tests/testTravisCI.sh @@ -1,9 +1,9 @@ -#!/bin/bash -x +#!/usr/bin/env bash # # Copyright (c) 2015 GemTalk Systems, LLC. All Rights Reserved . # -set -e # exit on error +set -xe # print commands and exit on error uname -a #gather info for bug 44185 diff --git a/tests/travisCustomize.sh b/tests/travisCustomize.sh index 4a1530a6..d4d480bb 100755 --- a/tests/travisCustomize.sh +++ b/tests/travisCustomize.sh @@ -1,9 +1,9 @@ -#!/bin/bash -x +#!/usr/bin/env bash # # Copyright (c) 2015 GemTalk Systems, LLC. All Rights Reserved . # -set -e # exit on error +set -xe # print commands and exit on error # no backups on travis cp $GS_HOME/tests/sys/local/client/tode-scripts/* $GS_HOME/sys/local/client/tode-scripts