scripts/strip-kmod.sh: use sh instead of bash
[openwrt/staging/noltari.git] / scripts / strip-kmod.sh
index 7886cd907f0a278a9b38a0586cd96e268db51deb..28be35ea7cc7c540e5052e60dc1df8e25a44cbfa 100755 (executable)
@@ -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