From: Ross Burton Date: Tue, 14 Aug 2012 15:22:56 +0000 (+0100) Subject: make-image-header: set -e so that errors are noticed X-Git-Tag: v0.1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=afd4e228c606a9998feae44a3fed4474803240b7;p=profile%2Fivi%2Fpsplash.git make-image-header: set -e so that errors are noticed --- diff --git a/make-image-header.sh b/make-image-header.sh index 6386038..d7cf67c 100755 --- a/make-image-header.sh +++ b/make-image-header.sh @@ -1,4 +1,7 @@ #!/bin/sh + +set -e + imageh=`basename $1 .png`-img.h name="${2}_IMG" gdk-pixbuf-csource --macros $1 > $imageh.tmp