Imported from ../bash-2.0.tar.gz.
This commit is contained in:
		
					parent
					
						
							
								726f63884d
							
						
					
				
			
			
				commit
				
					
						ccc6cda312
					
				
			
		
					 502 changed files with 91988 additions and 69123 deletions
				
			
		| 
						 | 
				
			
			@ -2,9 +2,9 @@
 | 
			
		|||
#
 | 
			
		||||
default_dir=/usr/local/lib/
 | 
			
		||||
 | 
			
		||||
if [ "$PS1" ]; then
 | 
			
		||||
  PS1='\u@\h(\#)$ '
 | 
			
		||||
  ignoreeof=3
 | 
			
		||||
if [ -n "$PS1" ]; then
 | 
			
		||||
	PS1='\u@\h(\#)\$ '
 | 
			
		||||
	IGNOREEOF=3
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
LOGIN_SHELL=true
 | 
			
		||||
| 
						 | 
				
			
			@ -12,9 +12,7 @@ LOGIN_SHELL=true
 | 
			
		|||
# If the user has her own init file, then use that one, else use the
 | 
			
		||||
# canonical one.
 | 
			
		||||
if [ -f ~/.bashrc ]; then
 | 
			
		||||
  source ~/.bashrc
 | 
			
		||||
else if [ -f ${default_dir}Bashrc ]; then
 | 
			
		||||
  source ${default_dir}Bashrc;
 | 
			
		||||
  fi
 | 
			
		||||
	. ~/.bashrc
 | 
			
		||||
elif [ -f ${default_dir}Bashrc ]; then
 | 
			
		||||
	. ${default_dir}Bashrc;
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue