HPC integration - change compilers license accept script to not hardcode version number and find correct script
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5676 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -9,8 +9,9 @@ | ||||
|  | ||||
|  | ||||
| OS=`uname` | ||||
| vacpp_script=/opt/ibmcmp/vacpp/10.1/bin/new_install | ||||
| xlf_script=/opt/ibmcmp/xlf/12.1/bin/new_install | ||||
| cd $installroot/ | ||||
| vacpp_script=`find opt/ibmcmp/vacpp -name new_install -print` | ||||
| xlf_script=`find opt/ibmcmp/xlf -name new_install -print` | ||||
|  | ||||
|  | ||||
| if [ $OS != "AIX" ]; then | ||||
|   | ||||
		Reference in New Issue
	
	Block a user