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
Original file line number Original file line Diff line number Diff line change
@@ -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_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" CONTAINER_TARNAME="ws-core-4.0.8-bin.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion bin/install
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash


FORCE_FRESH_INSTALL="yes" FORCE_FRESH_INSTALL="yes"


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


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


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


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


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


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


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


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


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


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


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


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


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


NIMBUS_PRINTNAME="build and install clients only" NIMBUS_PRINTNAME="build and install clients only"
NIMBUS_ANT_CMD="deploy-default-GT4.0-clients-only -Dbuild.also=x $*" 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
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash


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


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


NIMBUS_PRINTNAME="delete persistence directory" NIMBUS_PRINTNAME="delete persistence directory"
NIMBUS_EXTRAPRINT=" [ ** ] Note there are persistence mgmt scripts @ $GLOBUS_LOCATION/share/nimbus" 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
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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

0 comments on commit e633c0d

Please sign in to comment.