From 220ebc0ce67daa8c2e4dfe703b982a6127ddf83d Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Tue, 8 Nov 2016 19:35:29 -0800 Subject: [PATCH] adding -x for debug --- targets/ffmpeg/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/ffmpeg/build.sh b/targets/ffmpeg/build.sh index 1b5d08a8b..44448139b 100755 --- a/targets/ffmpeg/build.sh +++ b/targets/ffmpeg/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash -eu +#!/bin/bash -eux # Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License");