You've already forked nerd-fonts
							
							
				mirror of
				https://github.com/ryanoasis/nerd-fonts.git
				synced 2025-10-30 23:43:47 +02:00 
			
		
		
		
	install.sh: Remove unused code
[why]
This is a forgotten leftover from commit
  6edfff3d3  install.sh: Avoid arbitrary cmd exe
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
			
			
This commit is contained in:
		
							
								
								
									
										12
									
								
								install.sh
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								install.sh
									
									
									
									
									
								
							| @@ -136,18 +136,6 @@ fi | ||||
| # | ||||
| # Start constructing `find` expression | ||||
| # | ||||
| implode() { | ||||
|     # $1 is return variable name | ||||
|     # $2 is sep | ||||
|     # $3... are the elements to join | ||||
|     local retname=$1 sep=$2 ret=$3 | ||||
|     shift 3 || shift $(($#)) | ||||
|     while [ $# -gt 0 ]; do | ||||
|         ret=$ret$sep$1 | ||||
|         shift | ||||
|     done | ||||
|     printf -v "$retname" "%s" "$ret" | ||||
| } | ||||
|  | ||||
| # Which Nerd Font variant | ||||
| if [ "$variant" = "M" ]; then | ||||
|   | ||||
		Reference in New Issue
	
	Block a user