scripts/strip-kmod.sh: use sh instead of bash
There's nothing bash specific here. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
eae889b8f2
commit
f4b812dac1
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/bin/sh
|
||||||
[ -n "$CROSS" ] || {
|
[ -n "$CROSS" ] || {
|
||||||
echo "The variable CROSS must be set to point to the cross-compiler prefix"
|
echo "The variable CROSS must be set to point to the cross-compiler prefix"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue