From 8b2b58be05e72fa211fbad233201ae8ad5240fc9 Mon Sep 17 00:00:00 2001 From: "Kasper D. Fischer" Date: Wed, 27 Oct 2021 10:02:12 +0200 Subject: [PATCH] removed -x option from shebang --- scripts/patchVersion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/patchVersion.sh b/scripts/patchVersion.sh index c2b7b94..ad0846d 100755 --- a/scripts/patchVersion.sh +++ b/scripts/patchVersion.sh @@ -1,4 +1,4 @@ -#!/bin/bash -x +#!/bin/bash # version: VVVVV if [ $# -le 1 ] ; then