From: Rosen Penev Date: Tue, 31 Dec 2019 02:18:04 +0000 (-0800) Subject: scripts/strip-kmod.sh: use sh instead of bash X-Git-Tag: v21.02.0-rc1~4186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4b812dac11844311f5fb64a4e1e9209411449dc;p=thirdparty%2Fopenwrt.git scripts/strip-kmod.sh: use sh instead of bash There's nothing bash specific here. Signed-off-by: Rosen Penev --- diff --git a/scripts/strip-kmod.sh b/scripts/strip-kmod.sh index 7886cd907f0..28be35ea7cc 100755 --- a/scripts/strip-kmod.sh +++ b/scripts/strip-kmod.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh [ -n "$CROSS" ] || { echo "The variable CROSS must be set to point to the cross-compiler prefix" exit 1