summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-10-04 05:45:10 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-10-04 05:45:10 +0000
commit0565984a3fd6cd697c341da18a86d2c21c1f3faa (patch)
tree4d30f83fccb616c734bdd9a4e71d0a181b169225
parent9328b6e99f673e00276cf6f2306e7e2e7a680a8c (diff)
downloadptxdist-0565984a3fd6cd697c341da18a86d2c21c1f3faa.tar.gz
ptxdist-0565984a3fd6cd697c341da18a86d2c21c1f3faa.tar.xz
* 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
-rwxr-xr-xscripts/changelog_from_svn2
-rwxr-xr-xscripts/ptx-file_check2
-rwxr-xr-xscripts/ptx_remote.sh2
-rwxr-xr-xscripts/sysinclude_test2
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
#