From eb5d5f207f06b74171dbdfbf143f21b65c2313e7 Mon Sep 17 00:00:00 2001 From: computermouth Date: Fri, 9 Dec 2016 14:56:56 -0800 Subject: [PATCH] Don't set -x --- chip-update-firmware.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/chip-update-firmware.sh b/chip-update-firmware.sh index 6996d9a..6d57bf0 100755 --- a/chip-update-firmware.sh +++ b/chip-update-firmware.sh @@ -1,7 +1,5 @@ #!/bin/bash -set -x - SCRIPTDIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) source $SCRIPTDIR/common.sh