Browse Source

olinux: Fix sheebang

Sebastien Badia 10 years ago
parent
commit
29a8a2ddd5
2 changed files with 2 additions and 2 deletions
  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 #