add extra netfilter xt stuff to config-template
[openwrt.git] / scripts / rstrip.sh
index e63ccf0..252522b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 # 
 # Copyright (C) 2006 OpenWrt.org
 #
@@ -32,4 +32,5 @@ find $TARGETS -type f -a -exec file {} \; | \
                eval "$STRIP_KMOD $F" || \
                eval "$STRIP $F"
   done
+  true
 )
This page took 0.021309 seconds and 4 git commands to generate.