Changed bash to sh for AIX. NOTE: dunno if $() in /bin/sh

on AIX will work, may need to change to ``.


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1185 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
datajerk 2008-04-24 16:18:41 +00:00
parent fb84e5b1d2
commit 647e613522
10 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
MYNAME=$(basename $0)

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#egan@us.ibm.com
#(C)IBM Corp
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#egan@us.ibm.com
#(C)IBM Corp
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#egan@us.ibm.com
#v2.0
#(c)IBM Corp

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#egan@us.ibm.com
#(C)IBM Corp
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#egan@us.ibm.com
#(C)IBM Corp
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#egan@us.ibm.com
#(C)IBM Corp
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#egan@us.ibm.com
#(C)IBM Corp
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#egan@us.ibm.com
#(C)IBM Corp
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#egan@us.ibm.com
#(C)IBM Corp