diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-10 22:38:29 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-10 22:38:29 +0000 |
commit | b1c736c4bd275c085525f32dd18221ea9d5cc1fb (patch) | |
tree | 9827c06af8e47064dc25f9fd68b03aea495de4c3 | |
parent | c8f0c158743ca694d4bbc30d1e4ae45a316312f5 (diff) |
run rstrip in bash
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5044 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 e63ccf089..09a2f9f55 100755 --- a/scripts/rstrip.sh +++ b/scripts/rstrip.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # # Copyright (C) 2006 OpenWrt.org # |