[Setup] Fix syntax error
This commit is contained in:
		
							
								
								
									
										2
									
								
								setup
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup
									
									
									
									
									
								
							| @@ -39,7 +39,7 @@ platform=$(echo "$platform" | tr '[:upper:]' '[:lower:]') | ||||
| # Get user preference for regenerating the styling | ||||
| regen="" | ||||
| read -p "Would you like to regenerate styling? (y/N) " regen | ||||
| if [ $regen == "y" ]; then | ||||
| if [[ "$regen" == "y" ]]; then | ||||
|     cd build | ||||
|     node build.js | ||||
|     if [ $? -ne 0 ]; then | ||||
|   | ||||
		Reference in New Issue
	
	Block a user