From 6ead8d7e6f56544a7ea1fbd2434942c24fb2f2bb Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Mon, 15 Mar 2021 18:31:04 +0100 Subject: [PATCH] Fix shebang in update scripts This change fixes the typo in the shebang of the update scripts. --- scripts/check.sh | 2 +- scripts/update.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/check.sh b/scripts/check.sh index ae59b28..24917b7 100755 --- a/scripts/check.sh +++ b/scripts/check.sh @@ -1,4 +1,4 @@ -#1/bin/bash +#!/bin/bash # Script to check for new kernel release set -e set -o pipefail diff --git a/scripts/update.sh b/scripts/update.sh index 43d87fa..0096ccb 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -1,4 +1,4 @@ -#1/bin/bash +#!/bin/bash # Script to prepare update for new kernel release set -e set -o pipefail