Revert "gnu: gawk: Don't replace 'sh' reference with 'bash'."
This commit causes too many rebuilds. It will be re-committed to core-updates.
This reverts commit 5b2834ae79.
			
			
This commit is contained in:
		
							parent
							
								
									5b2834ae79
								
							
						
					
					
						commit
						f537ad0bf3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -47,7 +47,7 @@
 | 
			
		|||
                     (let ((bash (assoc-ref inputs "bash")))
 | 
			
		||||
                       (substitute* "io.c"
 | 
			
		||||
                         (("/bin/sh")
 | 
			
		||||
                          (string-append bash "/bin/sh")))
 | 
			
		||||
                          (string-append bash "/bin/bash")))
 | 
			
		||||
 | 
			
		||||
                       ;; When cross-compiling, remove dependencies on the
 | 
			
		||||
                       ;; `check-for-shared-lib-support' target, which tries
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue