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 aab9267f38
commit aae7fd5432
26 changed files with 26 additions and 26 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.

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
############################################################################
# examples/pashello/mkhello.sh
#

View File

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

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
############################################################################
# tools/link.sh
#

View File

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

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# File: mkimage.sh
#

View File

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

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
############################################################################
# tools/unlink.sh
#

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
############################################################################
# tools/winlink.sh
#

View File

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