tools/patchelf: update to 0.18.0
[openwrt/staging/dedeckeh.git] / scripts / strip-kmod.sh
index 7886cd907f0a278a9b38a0586cd96e268db51deb..e5b2868f5d5f54233c5f0db1d54982a773f40143 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
@@ -19,7 +19,7 @@ else
 fi
 
 if [ -z "$KEEP_BUILD_ID" ]; then
-    ARGS="$ARGS -R .note.gnu.build-id"
+       ARGS="$ARGS -R .note.gnu.build-id"
 fi
 
 ${CROSS}objcopy \