Parcourir la source

olinux: Fix sheebang

Sebastien Badia il y a 10 ans
Parent
commit
29a8a2ddd5
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      olinux/create_arm_debootstrap.sh
  2. 1 1
      olinux/create_sunxi_boot_files.sh

+ 1 - 1
olinux/create_arm_debootstrap.sh

@@ -1,4 +1,4 @@
-#/bin/bash
+#!/bin/bash
 
 ######################
 #    Debootstrap     #

+ 1 - 1
olinux/create_sunxi_boot_files.sh

@@ -1,4 +1,4 @@
-#/bin/sh
+#!/bin/sh
 
 ######################
 # Sunxi  compilation #