Explicitly use /bin/bash vs /bin/sh for Ubuntu compatibility

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@722 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-03-04 00:40:49 +00:00
parent 9b0a544015
commit b0e44cd44e
17 changed files with 17 additions and 17 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# c5471evm/setenv.sh
#
# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# m68322evb/setenv.sh
#
# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# mcu123-lpc2148/setenv.sh
#
# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# ntosd-dm320/setenv.sh
#
# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# pjrc-8051/setenv.sh
#
# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# sim/setenv.sh
#
# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# sim/setenv.sh
#
# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# sim/setenv.sh
#
# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# xtrs/setenv.sh
#
# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# xtrs/setenv.sh
#
# Copyright (C) 2008 Gregory Nutt. All rights reserved.

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# xtrs/setenv.sh
#
# Copyright (C) 2008 Gregory Nutt. All rights reserved.

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# configs/z16f2800100zcog/ostest/setenv.sh
#
# Copyright (C) 2008 Gregory Nutt. All rights reserved.

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# z16f2800100zcog/setenv.sh
#
# Copyright (C) 2008 Gregory Nutt. All rights reserved.

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# z80sim/setenv.sh
#
# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# z80sim/setenv.sh
#
# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# z80sim/setenv.sh
#
# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# configs/z8encore000zco/ostest/setenv.sh
#
# Copyright (C) 2008 Gregory Nutt. All rights reserved.