diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-10 22:38:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-10 22:38:29 +0000 |
commit | 8d25689f5aa1b039cd43ebf5d66adfe9d5b80515 (patch) | |
tree | 2f6c8a99839b76fe038bd161708b25a328f5698c | |
parent | b58704c5afd455e6f0900234825df0603e88781e (diff) | |
download | upstream-8d25689f5aa1b039cd43ebf5d66adfe9d5b80515.tar.gz upstream-8d25689f5aa1b039cd43ebf5d66adfe9d5b80515.tar.bz2 upstream-8d25689f5aa1b039cd43ebf5d66adfe9d5b80515.zip |
run rstrip in bash
SVN-Revision: 5044
-rwxr-xr-x | openwrt/scripts/rstrip.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/scripts/rstrip.sh b/openwrt/scripts/rstrip.sh index e63ccf0895..09a2f9f551 100755 --- a/openwrt/scripts/rstrip.sh +++ b/openwrt/scripts/rstrip.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # # Copyright (C) 2006 OpenWrt.org # |