9
0
Fork 0

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

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@722 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2008-03-04 00:40:49 +00:00
parent 44bfd7e422
commit 36ac12b96f
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.