From 8358e5ee44f878160c883e3d4a4d4f24d9a18034 Mon Sep 17 00:00:00 2001 From: "Matt T. Proud" Date: Thu, 21 Mar 2013 11:50:13 +0100 Subject: [PATCH] Update embedding script to support BSD find. Mac OS X (shudder) needs to have a slightly modified find execution pattern. --- utility/embed-static.sh | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/utility/embed-static.sh b/utility/embed-static.sh index 614cdfa96..31a852d8d 100755 --- a/utility/embed-static.sh +++ b/utility/embed-static.sh @@ -1,25 +1,28 @@ #!/bin/sh +set -e + cat <