diff --git a/configs/c5471evm/setenv.sh b/configs/c5471evm/setenv.sh index 38d04dfcb4d..4c98cc92376 100755 --- a/configs/c5471evm/setenv.sh +++ b/configs/c5471evm/setenv.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # c5471evm/setenv.sh # # Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. diff --git a/configs/m68332evb/setenv.sh b/configs/m68332evb/setenv.sh index ce9b289fa6a..a5bb0f3b31d 100755 --- a/configs/m68332evb/setenv.sh +++ b/configs/m68332evb/setenv.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # m68322evb/setenv.sh # # Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. diff --git a/configs/mcu123-lpc214x/setenv.sh b/configs/mcu123-lpc214x/setenv.sh index a03f3161805..a6843f6dd1c 100755 --- a/configs/mcu123-lpc214x/setenv.sh +++ b/configs/mcu123-lpc214x/setenv.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # mcu123-lpc2148/setenv.sh # # Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. diff --git a/configs/ntosd-dm320/setenv.sh b/configs/ntosd-dm320/setenv.sh index 12656cfeb25..a90fdfab7c8 100755 --- a/configs/ntosd-dm320/setenv.sh +++ b/configs/ntosd-dm320/setenv.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # ntosd-dm320/setenv.sh # # Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. diff --git a/configs/pjrc-8051/setenv.sh b/configs/pjrc-8051/setenv.sh index 4f24d1385af..35f5fffeded 100755 --- a/configs/pjrc-8051/setenv.sh +++ b/configs/pjrc-8051/setenv.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # pjrc-8051/setenv.sh # # Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. diff --git a/configs/sim/nettest/setenv.sh b/configs/sim/nettest/setenv.sh index 773e0554775..9b3df2015b0 100755 --- a/configs/sim/nettest/setenv.sh +++ b/configs/sim/nettest/setenv.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # sim/setenv.sh # # Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. diff --git a/configs/sim/ostest/setenv.sh b/configs/sim/ostest/setenv.sh index 773e0554775..9b3df2015b0 100755 --- a/configs/sim/ostest/setenv.sh +++ b/configs/sim/ostest/setenv.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # sim/setenv.sh # # Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. diff --git a/configs/sim/pashello/setenv.sh b/configs/sim/pashello/setenv.sh index 773e0554775..9b3df2015b0 100755 --- a/configs/sim/pashello/setenv.sh +++ b/configs/sim/pashello/setenv.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # sim/setenv.sh # # Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. diff --git a/configs/xtrs/nsh/setenv.sh b/configs/xtrs/nsh/setenv.sh index 5fb1d66d6d1..dadab845df5 100755 --- a/configs/xtrs/nsh/setenv.sh +++ b/configs/xtrs/nsh/setenv.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # xtrs/setenv.sh # # Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. diff --git a/configs/xtrs/ostest/setenv.sh b/configs/xtrs/ostest/setenv.sh index 0eedee3347f..d62ae86dee8 100755 --- a/configs/xtrs/ostest/setenv.sh +++ b/configs/xtrs/ostest/setenv.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # xtrs/setenv.sh # # Copyright (C) 2008 Gregory Nutt. All rights reserved. diff --git a/configs/xtrs/pashello/setenv.sh b/configs/xtrs/pashello/setenv.sh index 0eedee3347f..d62ae86dee8 100755 --- a/configs/xtrs/pashello/setenv.sh +++ b/configs/xtrs/pashello/setenv.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # xtrs/setenv.sh # # Copyright (C) 2008 Gregory Nutt. All rights reserved. diff --git a/configs/z16f2800100zcog/ostest/setenv.sh b/configs/z16f2800100zcog/ostest/setenv.sh index 9651536bd08..c68caf2d459 100755 --- a/configs/z16f2800100zcog/ostest/setenv.sh +++ b/configs/z16f2800100zcog/ostest/setenv.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # configs/z16f2800100zcog/ostest/setenv.sh # # Copyright (C) 2008 Gregory Nutt. All rights reserved. diff --git a/configs/z16f2800100zcog/pashello/setenv.sh b/configs/z16f2800100zcog/pashello/setenv.sh index 4a9bf1d3bc9..40846da4b67 100755 --- a/configs/z16f2800100zcog/pashello/setenv.sh +++ b/configs/z16f2800100zcog/pashello/setenv.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # z16f2800100zcog/setenv.sh # # Copyright (C) 2008 Gregory Nutt. All rights reserved. diff --git a/configs/z80sim/nsh/setenv.sh b/configs/z80sim/nsh/setenv.sh index 52f95193b90..cdb5e67d768 100755 --- a/configs/z80sim/nsh/setenv.sh +++ b/configs/z80sim/nsh/setenv.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # z80sim/setenv.sh # # Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. diff --git a/configs/z80sim/ostest/setenv.sh b/configs/z80sim/ostest/setenv.sh index 52f95193b90..cdb5e67d768 100755 --- a/configs/z80sim/ostest/setenv.sh +++ b/configs/z80sim/ostest/setenv.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # z80sim/setenv.sh # # Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. diff --git a/configs/z80sim/pashello/setenv.sh b/configs/z80sim/pashello/setenv.sh index 52f95193b90..cdb5e67d768 100755 --- a/configs/z80sim/pashello/setenv.sh +++ b/configs/z80sim/pashello/setenv.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # z80sim/setenv.sh # # Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. diff --git a/configs/z8encore000zco/ostest/setenv.sh b/configs/z8encore000zco/ostest/setenv.sh index ef031f6addb..50a1db1abdb 100755 --- a/configs/z8encore000zco/ostest/setenv.sh +++ b/configs/z8encore000zco/ostest/setenv.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # configs/z8encore000zco/ostest/setenv.sh # # Copyright (C) 2008 Gregory Nutt. All rights reserved. diff --git a/examples/pashello/mkhello.sh b/examples/pashello/mkhello.sh index c2656344c5c..716a7e96dfe 100755 --- a/examples/pashello/mkhello.sh +++ b/examples/pashello/mkhello.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ############################################################################ # examples/pashello/mkhello.sh # diff --git a/tools/configure.sh b/tools/configure.sh index 6826807a3cb..5843e444081 100755 --- a/tools/configure.sh +++ b/tools/configure.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # configure.sh # # Copyright (C) 2007 Gregory Nutt. All rights reserved. diff --git a/tools/link.sh b/tools/link.sh index 0b8ecfaffb7..7927d65c834 100755 --- a/tools/link.sh +++ b/tools/link.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ############################################################################ # tools/link.sh # diff --git a/tools/mkdeps.sh b/tools/mkdeps.sh index 29c98e63e19..96cfb72411b 100755 --- a/tools/mkdeps.sh +++ b/tools/mkdeps.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # mkdeps.sh # # Copyright (C) 2007 Gregory Nutt. All rights reserved. diff --git a/tools/mkimage.sh b/tools/mkimage.sh index 90f4176b103..f64dfde8541 100755 --- a/tools/mkimage.sh +++ b/tools/mkimage.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # File: mkimage.sh # diff --git a/tools/mknulldeps.sh b/tools/mknulldeps.sh index 360e7cb97de..6dc3e9635bb 100755 --- a/tools/mknulldeps.sh +++ b/tools/mknulldeps.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # tools/mknulldeps.sh # # Copyright (C) 2008 Gregory Nutt. All rights reserved. diff --git a/tools/unlink.sh b/tools/unlink.sh index ebd21d5129c..47079f08522 100755 --- a/tools/unlink.sh +++ b/tools/unlink.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ############################################################################ # tools/unlink.sh # diff --git a/tools/winlink.sh b/tools/winlink.sh index e94d26cc984..c081cee35f1 100755 --- a/tools/winlink.sh +++ b/tools/winlink.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ############################################################################ # tools/winlink.sh # diff --git a/tools/zipme.sh b/tools/zipme.sh index 3200384cf5e..bb902c8a8a1 100755 --- a/tools/zipme.sh +++ b/tools/zipme.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # zipme.sh # # Copyright (C) 2007 Gregory Nutt. All rights reserved.