From 0565984a3fd6cd697c341da18a86d2c21c1f3faa Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Thu, 4 Oct 2007 05:45:10 +0000 Subject: * scripts: use bash in a few more places git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7344 33e552b5-05e3-0310-8538-816dae2090ed --- scripts/changelog_from_svn | 2 +- scripts/ptx-file_check | 2 +- scripts/ptx_remote.sh | 2 +- scripts/sysinclude_test | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/changelog_from_svn b/scripts/changelog_from_svn index 00db3937e..fd5084ab0 100755 --- a/scripts/changelog_from_svn +++ b/scripts/changelog_from_svn @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash svn2cl \ --strip-prefix \ diff --git a/scripts/ptx-file_check b/scripts/ptx-file_check index fdcde0a3b..51bf9ed63 100755 --- a/scripts/ptx-file_check +++ b/scripts/ptx-file_check @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Generate MD5 Files for Release Tracking # diff --git a/scripts/ptx_remote.sh b/scripts/ptx_remote.sh index e0c3242d1..269d88484 100755 --- a/scripts/ptx_remote.sh +++ b/scripts/ptx_remote.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash host_ip=${1} target_ip=${2} diff --git a/scripts/sysinclude_test b/scripts/sysinclude_test index d38cf28c1..680ca5181 100755 --- a/scripts/sysinclude_test +++ b/scripts/sysinclude_test @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash # # This script find out which sysinclude path is compiled into gcc # -- cgit v1.2.3