summaryrefslogtreecommitdiff
path: root/nuttx/configs/z16f2800100zcog/pashello
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-03-04 00:40:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-03-04 00:40:49 +0000
commit339a20810f92d90095ce0b2cee95bfa755ce2716 (patch)
tree5cecdb79aff0386e1042a1bf1ff81c1941048005 /nuttx/configs/z16f2800100zcog/pashello
parent40250c6ab58d29f5af7ca45fee012b51eaae61ee (diff)
downloadpx4-nuttx-339a20810f92d90095ce0b2cee95bfa755ce2716.tar.gz
px4-nuttx-339a20810f92d90095ce0b2cee95bfa755ce2716.tar.bz2
px4-nuttx-339a20810f92d90095ce0b2cee95bfa755ce2716.zip
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
Diffstat (limited to 'nuttx/configs/z16f2800100zcog/pashello')
-rwxr-xr-xnuttx/configs/z16f2800100zcog/pashello/setenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/z16f2800100zcog/pashello/setenv.sh b/nuttx/configs/z16f2800100zcog/pashello/setenv.sh
index 4a9bf1d3b..40846da4b 100755
--- a/nuttx/configs/z16f2800100zcog/pashello/setenv.sh
+++ b/nuttx/configs/z16f2800100zcog/pashello/setenv.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# z16f2800100zcog/setenv.sh
#
# Copyright (C) 2008 Gregory Nutt. All rights reserved.