summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
#