From 86a0b616d6363ff1a6f42454a5d4988266fc585d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= Date: Thu, 12 Apr 2018 15:02:03 +0200 Subject: [PATCH] Build: cts: fix autoconf variable substitution in the shebang Rectifies 5f3708020. --- cts/cts.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cts/cts.in b/cts/cts.in index 9ff107c66..93ac1d3a3 100755 --- a/cts/cts.in +++ b/cts/cts.in @@ -1,4 +1,4 @@ -#!@BASH_PATH +#!@BASH_PATH@ # # Copyright 2012-2018 Andrew Beekhof # -- 2.17.0