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 | 4e7d3fe8d9cbe0fe7d0e58c17bce8e13a58f3754 (patch) | |
tree | 9827c06af8e47064dc25f9fd68b03aea495de4c3 /scripts | |
parent | 8c7c8aac5a0a11ba279c8ddc424f17fcbca9ac68 (diff) | |
download | upstream-4e7d3fe8d9cbe0fe7d0e58c17bce8e13a58f3754.tar.gz upstream-4e7d3fe8d9cbe0fe7d0e58c17bce8e13a58f3754.tar.bz2 upstream-4e7d3fe8d9cbe0fe7d0e58c17bce8e13a58f3754.zip |
run rstrip in bash
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5044 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/rstrip.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rstrip.sh b/scripts/rstrip.sh index e63ccf0895..09a2f9f551 100755 --- a/scripts/rstrip.sh +++ b/scripts/rstrip.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # # Copyright (C) 2006 OpenWrt.org # |