You've already forked nerd-fonts
							
							
				mirror of
				https://github.com/ryanoasis/nerd-fonts.git
				synced 2025-10-30 23:43:47 +02:00 
			
		
		
		
	Fixes to no-progressbars flag in the build + misc lint fixes
This commit is contained in:
		| @@ -77,12 +77,17 @@ function patch_font { | ||||
|     combinations=$(printf "./font-patcher ${f##*/} %s\n" {' --powerline',}{' --use-single-width-glyphs',}{' --windows',}{' --fontawesome',}{' --octicons',}{' --fontlinux',}{' --pomicons',}{' --powerlineextra',}{' --fontawesomeextension',}{' --powersymbols',}) | ||||
|   fi | ||||
|  | ||||
|   cd "$parent_dir" | ||||
|   cd "$parent_dir" || { | ||||
|     echo >&2 "# Could not find project parent directory" | ||||
|     exit 1 | ||||
|   } | ||||
|  | ||||
|   fontforge -quiet -script ./font-patcher "$f" -q $powerline --complete --outputdir "${patched_font_dir}complete/" 2>/dev/null & | ||||
|   fontforge -quiet -script ./font-patcher "$f" -q -s $powerline --complete --outputdir "${patched_font_dir}complete/" 2>/dev/null & | ||||
|   fontforge -quiet -script ./font-patcher "$f" -q -w $powerline --complete --outputdir "${patched_font_dir}complete/" 2>/dev/null & | ||||
|   fontforge -quiet -script ./font-patcher "$f" -q -s -w $powerline --complete --outputdir "${patched_font_dir}complete/" 2>/dev/null & | ||||
|   fontforge -quiet -script ./font-patcher "$f" -q $powerline --complete --no-progressbars--outputdir "${patched_font_dir}complete/" 2>/dev/null & | ||||
|   fontforge -quiet -script ./font-patcher "$f" -q -s $powerline --complete --no-progressbars --outputdir "${patched_font_dir}complete/" 2>/dev/null & | ||||
|   fontforge -quiet -script ./font-patcher "$f" -q -w $powerline --complete --no-progressbars --outputdir "${patched_font_dir}complete/" 2>/dev/null & | ||||
|   fontforge -quiet -script ./font-patcher "$f" -q -s -w $powerline --complete --no-progressbars --outputdir "${patched_font_dir}complete/" 2>/dev/null & | ||||
|   # wait for this group of background processes to finish to avoid forking too many processes | ||||
|   # that can add up quickly with the number of combinations | ||||
|   #wait | ||||
|  | ||||
|   complete_variation_count=$((complete_variation_count+4)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user