1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
From: Dmitry Bogatov <KAction@gnu.org>
Date: Tue, 10 Apr 2018 20:08:14 +0300
Forwarded: <no>
Subject: [PATCH] Make build system print compilation commands
---
runit-2.1.2/src/warn-auto.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/runit-2.1.2/src/warn-auto.sh b/runit-2.1.2/src/warn-auto.sh
index 36d2313..eb35010 100644
--- a/runit-2.1.2/src/warn-auto.sh
+++ b/runit-2.1.2/src/warn-auto.sh
@@ -1,2 +1,2 @@
-#!/bin/sh
+#!/bin/sh -x
# WARNING: This file was auto-generated. Do not edit!
|