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

Commit

Permalink
cloud-client changes for Bug 7009 - All scripts should use shebang /b…
Browse files Browse the repository at this point in the history
…in/bash
  • Loading branch information
timf committed Apr 30, 2010
1 parent e633c0d commit 3823aba
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cloud-client/nimbus-cloud-client-src/bin/cloud-client.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 cloud-client/nimbus-cloud-client-src/bin/grid-cert-info.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

BASEDIR_REL="`dirname $0`/.."
BASEDIR=`cd $BASEDIR_REL; pwd`
Expand Down
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

BASEDIR_REL="`dirname $0`/.."
BASEDIR=`cd $BASEDIR_REL; pwd`
Expand Down
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

BASEDIR_REL="`dirname $0`/.."
BASEDIR=`cd $BASEDIR_REL; pwd`
Expand Down
@@ -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 cloud-client/nimbus-cloud-client-src/bin/myproxy.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

BASEDIR_REL="`dirname $0`/.."
BASEDIR=`cd $BASEDIR_REL; pwd`
Expand Down
@@ -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 cloud-client/nimbus-cloud-client-src/lib/workspace.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

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

0 comments on commit 3823aba

Please sign in to comment.