Selaa lähdekoodia

mvebu: gen_mvebu_sdcard_img.sh: use /bin/sh

There is nothing that needs bash anymore.

Signed-off-by: Rosen Penev <[email protected]>
[add prefix to commit title]
Signed-off-by: Adrian Schmutzler <[email protected]>
Rosen Penev 6 vuotta sitten
vanhempi
sitoutus
b2e12de339
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      target/linux/mvebu/image/gen_mvebu_sdcard_img.sh

+ 1 - 1
target/linux/mvebu/image/gen_mvebu_sdcard_img.sh

@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
 #
 # Copyright (C) 2016 Josua Mayer
 #