mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	defect 4277 - allow gpfs_updates script to create gpfs.csh profile that works for both csh and tcsh
This commit is contained in:
		| @@ -103,7 +103,7 @@ else  # assume Linux | ||||
|     fi | ||||
|     if [ ! -e $gpfsprofile.sh ]; then | ||||
|         echo 'export PATH=$PATH:/usr/lpp/mmfs/bin' > $gpfsprofile.sh | ||||
|         echo 'setenv PATH $PATH:/usr/lpp/mmfs/bin' > $gpfsprofile.csh | ||||
|         echo 'setenv PATH ${PATH}:/usr/lpp/mmfs/bin' > $gpfsprofile.csh | ||||
|         # Turn off LANG support since we did not install other msg catalogs | ||||
|         echo 'export LC_CTYPE=POSIX' >> $gpfsprofile.sh | ||||
|         echo 'setenv LC_CTYPE POSIX' >> $gpfsprofile.csh | ||||
|   | ||||
		Reference in New Issue
	
	Block a user