Remove unnecessary if-statement.
This commit is contained in:
		| @@ -260,8 +260,6 @@ case $1 in | ||||
| 	build) | ||||
| 		VERBOSE=0 | ||||
| 		JOBS=1 | ||||
| 		if [ $# -gt 1 ] | ||||
| 		then | ||||
| 		for i in ${@:2} | ||||
| 		do | ||||
| 			case $i in | ||||
| @@ -281,7 +279,6 @@ case $1 in | ||||
| 					exit 1;; | ||||
| 			esac | ||||
| 		done | ||||
| 		fi | ||||
| 		build_project $VERBOSE $JOBS;; | ||||
| 	serve|server) | ||||
| 		php -S localhost:8080 -t $OUTPUT_DIR/;; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user