From 8fc56a70237ed87179379723ee93265462d42467 Mon Sep 17 00:00:00 2001
From: Serhii Yaskovets <yaskovet@sbalzarini-mac-38.mpi-cbg.de>
Date: Thu, 20 Apr 2023 16:39:06 +0200
Subject: [PATCH] Log command traces on install

---
 install | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/install b/install
index 99695bdd1..b81c5e186 100755
--- a/install
+++ b/install
@@ -1,4 +1,8 @@
-#! /bin/bash
+#!/bin/bash
+
+short_date=$(/bin/date +%m%d%y)
+exec 2>>"install$short_date.log"
+set -x
 
 source script/help
 source script/discover_os
-- 
GitLab