Changed ksh to sh. Fedora 8 does not have ksh.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@551 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
datajerk 2008-02-22 21:54:44 +00:00
parent fcf06207f2
commit c7e87717d7
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#!/bin/ksh
#!/bin/sh
OSNAME=$(uname)

View File

@ -1,4 +1,4 @@
#!/bin/ksh
#!/bin/sh
OSNAME=$(uname)

View File

@ -1,4 +1,4 @@
#!/bin/ksh
#!/bin/sh
OSNAME=$(uname)
version='2.0'

View File

@ -1,4 +1,4 @@
#!/bin/ksh
#!/bin/sh
OSNAME=$(uname)

View File

@ -1,4 +1,4 @@
#!/bin/ksh
#!/bin/sh
OSNAME=$(uname)
version='2.0'