run features on windows
This commit is contained in:
		
							parent
							
								
									7a9427ccec
								
							
						
					
					
						commit
						75d59911ae
					
				|  | @ -90,7 +90,7 @@ end | ||||||
| 
 | 
 | ||||||
| def run_jekyll(args) | def run_jekyll(args) | ||||||
|   args = args.strip.split(" ") # Shellwords? |   args = args.strip.split(" ") # Shellwords? | ||||||
|   process = run_in_shell(Paths.jekyll_bin.to_s, *args, "--trace") |   process = run_in_shell("ruby", Paths.jekyll_bin.to_s, *args, "--trace") | ||||||
|   process.exitstatus.zero? |   process.exitstatus.zero? | ||||||
| end | end | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue