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
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# File: mkimage.sh
#