瀏覽代碼

scripts/gen_image_generic.sh: use /bin/sh

This has nothing bash specific.

Signed-off-by: Rosen Penev <[email protected]>
Rosen Penev 6 年之前
父節點
當前提交
aee169b06d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/gen_image_generic.sh

+ 1 - 1
scripts/gen_image_generic.sh

@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
 # Copyright (C) 2006-2012 OpenWrt.org
 set -e -x
 if [ $# -ne 5 ] && [ $# -ne 6 ]; then