mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 02:17:18 +00:00 
			
		
		
		
	minor. create the csh only when necessary.
This commit is contained in:
		
							parent
							
								
									a4270efac9
								
							
						
					
					
						commit
						6626371d87
					
				
							
								
								
									
										5
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								acme.sh
									
									
									
									
									
								
							| @ -1905,11 +1905,10 @@ _installalias() { | ||||
| 
 | ||||
|   #for csh | ||||
|   _cshfile="$LE_WORKING_DIR/$PROJECT_ENTRY.csh" | ||||
|   _setopt "$_cshfile" "setenv LE_WORKING_DIR" " " "\"$LE_WORKING_DIR\"" | ||||
|   _setopt "$_cshfile" "alias $PROJECT_ENTRY" " " "\"$LE_WORKING_DIR/$PROJECT_ENTRY\"" | ||||
| 
 | ||||
|   _csh_profile="$HOME/.cshrc" | ||||
|   if [ -f "$_csh_profile" ] ; then | ||||
|     _setopt "$_cshfile" "setenv LE_WORKING_DIR" " " "\"$LE_WORKING_DIR\"" | ||||
|     _setopt "$_cshfile" "alias $PROJECT_ENTRY" " " "\"$LE_WORKING_DIR/$PROJECT_ENTRY\"" | ||||
|     _setopt "$_csh_profile"  "source \"$_cshfile\"" | ||||
|   fi | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user