[PATCH] scrtips: There was a gap between the bang and shell path, eliminate that

Bhaskar Chowdhury posted 1 patch 2 months, 2 weeks ago
scripts/check_extable.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] scrtips: There was a gap between the bang and shell path, eliminate that
Posted by Bhaskar Chowdhury 2 months, 2 weeks ago
There was a gap between bang and shell path, eliminate that.

cc:quentin.casasnovas@oracle.com
cc:rdunlap@infradead.org

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 scripts/check_extable.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/check_extable.sh b/scripts/check_extable.sh
index 4b380564cf74..c4b821654ff5 100755
--- a/scripts/check_extable.sh
+++ b/scripts/check_extable.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 # (c) 2015, Quentin Casasnovas <quentin.casasnovas@oracle.com>

--
2.49.1