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
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# xtrs/setenv.sh
#
# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.