mirror of https://github.com/vector-im/riot-web
				
				
				
			It's '=' in sh, not '=='
							parent
							
								
									2bcb27b24f
								
							
						
					
					
						commit
						6e47d2f1b5
					
				|  | @ -3,7 +3,7 @@ | |||
| set -e | ||||
| 
 | ||||
| dev="" | ||||
| if [ "$1" == '-d' ]; then | ||||
| if [ "$1" = '-d' ]; then | ||||
|     dev=":dev" | ||||
| fi | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 David Baker
						David Baker