Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Bug 7009 - All scripts should use shebang /bin/bash
Browse files Browse the repository at this point in the history
  • Loading branch information
timf committed Apr 30, 2010
1 parent 2c781bf commit e633c0d
Show file tree
Hide file tree
Showing 42 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion bin/create-nimbus-home
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

CONTAINER_URL="http://www-unix.globus.org/ftppub/gt4/4.0/4.0.8/ws-core/bin/ws-core-4.0.8-bin.tar.gz"
CONTAINER_TARNAME="ws-core-4.0.8-bin.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion bin/install
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

FORCE_FRESH_INSTALL="yes"

Expand Down
2 changes: 1 addition & 1 deletion control/libexec/workspace-control/blankcreate.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

#############
# ARGUMENTS #
Expand Down
2 changes: 1 addition & 1 deletion docs/src/admin/test-create.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

$GLOBUS_LOCATION/bin/workspace \
-z none \
Expand Down
2 changes: 1 addition & 1 deletion home/sbin/run-services.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

NIMBUS_HOME_REL="`dirname $0`/.."
NIMBUS_HOME=`cd $NIMBUS_HOME_REL; pwd`
Expand Down
2 changes: 1 addition & 1 deletion home/sbin/run-web.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

NIMBUS_HOME_REL="`dirname $0`/.."
NIMBUS_HOME=`cd $NIMBUS_HOME_REL; pwd`
Expand Down
2 changes: 1 addition & 1 deletion scripts/all-build-and-install.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

NIMBUS_PRINTNAME="build and install all"
NIMBUS_ANT_CMD="deploy-default-GT4.0-service -Dbuild.also=x $*"
Expand Down
2 changes: 1 addition & 1 deletion scripts/all-build.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

NIMBUS_PRINTNAME="build all"
NIMBUS_ANT_CMD="build-default-GT4.0-service $*"
Expand Down
2 changes: 1 addition & 1 deletion scripts/all-clean.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

NIMBUS_PRINTNAME="clean all"
NIMBUS_ANT_CMD="clean-all $*"
Expand Down
2 changes: 1 addition & 1 deletion scripts/all-install.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

NIMBUS_PRINTNAME="install all"
NIMBUS_ANT_CMD="deploy-default-GT4.0-service $*"
Expand Down
2 changes: 1 addition & 1 deletion scripts/all-uninstall.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

NIMBUS_PRINTNAME="uninstall all"
NIMBUS_ANT_CMD="undeploy-GT4.0-all $*"
Expand Down
2 changes: 1 addition & 1 deletion scripts/broker-build-and-install.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

NIMBUS_PRINTNAME="build and install Context Broker"
NIMBUS_ANT_CMD="deploy-broker -Dbuild.also=x $*"
Expand Down
2 changes: 1 addition & 1 deletion scripts/broker-build.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

NIMBUS_PRINTNAME="build Context Broker"
NIMBUS_ANT_CMD="build-broker $*"
Expand Down
2 changes: 1 addition & 1 deletion scripts/broker-install.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

NIMBUS_PRINTNAME="install Context Broker"
NIMBUS_ANT_CMD="deploy-broker $*"
Expand Down
2 changes: 1 addition & 1 deletion scripts/clients-only-build-and-install.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

NIMBUS_PRINTNAME="build and install clients only"
NIMBUS_ANT_CMD="deploy-default-GT4.0-clients-only -Dbuild.also=x $*"
Expand Down
2 changes: 1 addition & 1 deletion scripts/clients-only-build.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

NIMBUS_PRINTNAME="build clients only"
NIMBUS_ANT_CMD="build-default-GT4.0-clients-only $*"
Expand Down
2 changes: 1 addition & 1 deletion scripts/clients-only-install.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

NIMBUS_PRINTNAME="install clients only"
NIMBUS_ANT_CMD="deploy-default-GT4.0-clients-only $*"
Expand Down
2 changes: 1 addition & 1 deletion scripts/delete-persistence-directory.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

NIMBUS_PRINTNAME="delete persistence directory"
NIMBUS_EXTRAPRINT=" [ ** ] Note there are persistence mgmt scripts @ $GLOBUS_LOCATION/share/nimbus"
Expand Down
2 changes: 1 addition & 1 deletion scripts/lib/gt4.0/build/run.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

if [ "X$NIMBUS_PRINTNAME" = "X" ]; then
echo "no definition for NIMBUS_PRINTNAME"
Expand Down
2 changes: 1 addition & 1 deletion scripts/lib/gt4.0/dist/scripts/deploy-client-gars.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

# This script is included in the binary client tarball to make client GAR
# file deployment one step.
Expand Down
2 changes: 1 addition & 1 deletion scripts/rest-testserver.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

NIMBUS_PRINTNAME="Run Nimbus REST test server"
NIMBUS_ANT_CMD="run-rest-testserver $*"
Expand Down
2 changes: 1 addition & 1 deletion scripts/stubs-build.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

NIMBUS_PRINTNAME="build all"
NIMBUS_ANT_CMD="build-stubs $*"
Expand Down
2 changes: 1 addition & 1 deletion service/client/java/source/share/client-sample-01.sh
@@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/bash -x

# (you will probably want to change the URLs and edit the sample
# files in $GLOBUS_LOCATION/share/nimbus-clients )
Expand Down
2 changes: 1 addition & 1 deletion service/client/java/source/share/client-sample-02.sh
@@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/bash -x

# (you will probably want to change the URLs and edit the sample
# files in $GLOBUS_LOCATION/share/nimbus-clients )
Expand Down
2 changes: 1 addition & 1 deletion service/client/java/source/share/client-sample-03.sh
@@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/bash -x

# (you will probably want to change the URLs and edit the sample
# files in $GLOBUS_LOCATION/share/nimbus-clients )
Expand Down
2 changes: 1 addition & 1 deletion service/client/java/source/share/client-sample-04.sh
@@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/bash -x

# (you will probably want to change the URLs and edit the sample
# files in $GLOBUS_LOCATION/share/nimbus-clients )
Expand Down
2 changes: 1 addition & 1 deletion service/client/java/source/share/client-sample-05.sh
@@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/bash -x

# (you will probably want to change the URLs and edit the sample
# files in $GLOBUS_LOCATION/share/nimbus-clients )
Expand Down
2 changes: 1 addition & 1 deletion service/client/java/source/share/client-sample-06.sh
@@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/bash -x

# (you will probably want to change the URLs and edit the sample
# files in $GLOBUS_LOCATION/share/nimbus-clients )
Expand Down
2 changes: 1 addition & 1 deletion service/client/java/source/share/client-sample-07.sh
@@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/bash -x

# (you will probably want to change the URLs and edit the sample
# files in $GLOBUS_LOCATION/share/nimbus-clients )
Expand Down
2 changes: 1 addition & 1 deletion service/client/java/source/share/client-sample-08.sh
@@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/bash -x

# (you will probably want to change the URLs and edit the sample
# files in $GLOBUS_LOCATION/share/nimbus-clients )
Expand Down
2 changes: 1 addition & 1 deletion service/client/java/source/share/client-sample-09.sh
@@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/bash -x

# (you will probably want to change the URLs and edit the sample
# files in $GLOBUS_LOCATION/share/nimbus-clients )
Expand Down
2 changes: 1 addition & 1 deletion service/client/java/source/share/client-sample-10.sh
@@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/bash -x

# (you will probably want to change the URLs and edit the sample
# files in $GLOBUS_LOCATION/share/nimbus-clients )
Expand Down
2 changes: 1 addition & 1 deletion service/client/java/source/share/client-sample-12.sh
@@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/bash -x

# (you will probably want to change the URLs and edit the sample
# files in $GLOBUS_LOCATION/share/nimbus-clients )
Expand Down
@@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/bash -x

# (you will probably want to change the URLs and edit the sample
# files in $GLOBUS_LOCATION/share/nimbus-clients )
Expand Down
@@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/bash -x

# (you will probably want to change the URLs and edit the sample
# files in $GLOBUS_LOCATION/share/nimbus-clients )
Expand Down
2 changes: 1 addition & 1 deletion service/client/java/source/share/group-sample-01.sh
@@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/bash -x

# (you will probably want to change the URLs and edit the sample
# files in $GLOBUS_LOCATION/share/nimbus-clients )
Expand Down
2 changes: 1 addition & 1 deletion service/service/java/source/share/acctdb-delete.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

BASEDIR_REL="`dirname $0`"
BASEDIR=`cd $BASEDIR_REL; pwd`
Expand Down
2 changes: 1 addition & 1 deletion service/service/java/source/share/acctdb-reset.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

BASEDIR_REL="`dirname $0`"
BASEDIR=`cd $BASEDIR_REL; pwd`
Expand Down
2 changes: 1 addition & 1 deletion service/service/java/source/share/full-delete.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

BASEDIR_REL="`dirname $0`"
BASEDIR=`cd $BASEDIR_REL; pwd`
Expand Down
2 changes: 1 addition & 1 deletion service/service/java/source/share/full-reset.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

BASEDIR_REL="`dirname $0`"
BASEDIR=`cd $BASEDIR_REL; pwd`
Expand Down
2 changes: 1 addition & 1 deletion service/service/java/source/share/servicedb-delete.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

BASEDIR_REL="`dirname $0`"
BASEDIR=`cd $BASEDIR_REL; pwd`
Expand Down
2 changes: 1 addition & 1 deletion service/service/java/source/share/servicedb-reset.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

BASEDIR_REL="`dirname $0`"
BASEDIR=`cd $BASEDIR_REL; pwd`
Expand Down

0 comments on commit e633c0d

Please sign in to comment.