Browse Source

omap: gen_omap_sdcard_img.sh: use /bin/sh

Nothing here needs bash.

Signed-off-by: Rosen Penev <[email protected]>
[add prefix to commit title]
Signed-off-by: Adrian Schmutzler <[email protected]>
Rosen Penev 6 years ago
parent
commit
646e811b07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/omap/image/gen_omap_sdcard_img.sh

+ 1 - 1
target/linux/omap/image/gen_omap_sdcard_img.sh

@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
 
 #
 # Copyright (C) 2013 OpenWrt.org