Add option to disable steps
This commit is contained in:
		
							parent
							
								
									ce2c884aaf
								
							
						
					
					
						commit
						70b70e5bb7
					
				
					 1 changed files with 5 additions and 2 deletions
				
			
		
							
								
								
									
										5
									
								
								build.sh
									
										
									
									
									
								
							
							
						
						
									
										5
									
								
								build.sh
									
										
									
									
									
								
							| 
						 | 
					@ -7,8 +7,11 @@ get_output() {
 | 
				
			||||||
    (
 | 
					    (
 | 
				
			||||||
        SELF="$1"
 | 
					        SELF="$1"
 | 
				
			||||||
        source $1
 | 
					        source $1
 | 
				
			||||||
        ffbuild_enabled || exit 0
 | 
					        if ffbuild_enabled; then
 | 
				
			||||||
            ffbuild_$2 || exit 0
 | 
					            ffbuild_$2 || exit 0
 | 
				
			||||||
 | 
					        else
 | 
				
			||||||
 | 
					            ffbuild_un$2 || exit 0
 | 
				
			||||||
 | 
					        fi
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue