#!/bin/bash

if [ "$1" = "build" ]
then
	exit 1
fi
