Blame SOURCES/0066-cli-Add-a-shebang.patch

8e2d79
From 445e68861693be83023e93de072cf04caf833e57 Mon Sep 17 00:00:00 2001
8e2d79
From: Martin Kutlak <mkutlak@redhat.com>
8e2d79
Date: Wed, 12 Dec 2018 16:07:33 +0100
8e2d79
Subject: [PATCH] cli: Add a shebang
8e2d79
8e2d79
Fixes a ShellCheck warning SC2148.
8e2d79
8e2d79
error: Tips depend on target shell and yours is unknown. Add a shebang.
8e2d79
8e2d79
Signed-off-by: Martin Kutlak <mkutlak@redhat.com>
8e2d79
---
8e2d79
 src/cli/abrt-console-notification.sh | 1 +
8e2d79
 1 file changed, 1 insertion(+)
8e2d79
8e2d79
diff --git a/src/cli/abrt-console-notification.sh b/src/cli/abrt-console-notification.sh
8e2d79
index f1a79ffb..cd69eb38 100755
8e2d79
--- a/src/cli/abrt-console-notification.sh
8e2d79
+++ b/src/cli/abrt-console-notification.sh
8e2d79
@@ -1,3 +1,4 @@
8e2d79
+#!/bin/sh
8e2d79
 # If shell is not connect to a terminal, return immediately, because this script
8e2d79
 # should print out ABRT's status and it is senseless to continue without
8e2d79
 # terminal.
8e2d79
-- 
8e2d79
2.26.2
8e2d79