From f40b8afaca1fcd8f70ac5b0f3981fd8e6c5e9ea4 Mon Sep 17 00:00:00 2001 From: Abhishek Lekshmanan Date: Mon, 3 Apr 2017 11:57:34 +0200 Subject: [PATCH] script: drop the -x arg for credits script while useful for debugging creates a whole lot of output which we don't need normally Signed-off-by: Abhishek Lekshmanan --- src/script/credits.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/credits.sh b/src/script/credits.sh index 10bda9dbecec..b5d4124c0c55 100755 --- a/src/script/credits.sh +++ b/src/script/credits.sh @@ -1,4 +1,4 @@ -#!/bin/sh -x +#!/bin/sh range="$1" TMP=/tmp/credits -- 2.47.3