Преглед на файлове

Fix shebang in update scripts

This change fixes the typo in the shebang of the update scripts.
Fabian Mastenbroek преди 4 години
родител
ревизия
6ead8d7e6f
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      scripts/check.sh
  2. 1 1
      scripts/update.sh

+ 1 - 1
scripts/check.sh

@@ -1,4 +1,4 @@
-#1/bin/bash
+#!/bin/bash
 # Script to check for new kernel release
 set -e
 set -o pipefail

+ 1 - 1
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