From 4e8051dfaa0ba5617961481056eb7e79d7b50861 Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Fri, 22 Aug 2014 17:54:02 -0400 Subject: Avoid unnecessary failures in build scripts. We should use set -e in future to detect earlier more significant failures. --- (limited to 'builddeps-grub') diff --git a/builddeps-grub b/builddeps-grub index cb86696..2c91a78 100755 --- a/builddeps-grub +++ b/builddeps-grub @@ -32,7 +32,7 @@ cd grub # clean it first -make clean +[[ -f Makefile ]] && make clean # build grub ./autogen.sh -- cgit v0.9.1