1
0
Эх сурвалжийг харах

Fix shebang in update scripts

This change fixes the typo in the shebang of the update scripts.
Fabian Mastenbroek 4 жил өмнө
parent
commit
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